diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:23:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:27 +0100 |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /www-apache | |
parent | Move {sys-devel → dev-build}/slibtool (diff) | |
download | gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.gz gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.bz2 gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.zip |
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34807
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild b/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild index 61bd2a4f58a9..3ec2f4b15036 100644 --- a/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild +++ b/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" LICENSE="Apache-2.0" SLOT="0" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${PN}-0.9.2-apache24.patch diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild index 1ef181d29e3c..d0ac86de19ee 100644 --- a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild +++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ DEPEND="mp3? ( media-libs/libmad media-libs/libid3tag:= ) archive? ( app-arch/libarchive:= ) mysql? ( dev-db/mysql-connector-c:0= )" RDEPEND="${DEPEND} - sys-devel/libtool" + dev-build/libtool" APACHE2_MOD_CONF="50_${PN}" APACHE2_MOD_DEFINE="MUSICINDEX" |