diff options
author | 2024-01-14 21:23:57 +0100 | |
---|---|---|
committer | 2024-01-15 16:58:27 +0100 | |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /sys-apps/texinfo | |
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 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-7.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-7.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/texinfo/texinfo-7.0.3.ebuild b/sys-apps/texinfo/texinfo-7.0.3.ebuild index aa15291f2d08..368074151fc1 100644 --- a/sys-apps/texinfo/texinfo-7.0.3.ebuild +++ b/sys-apps/texinfo/texinfo-7.0.3.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" diff --git a/sys-apps/texinfo/texinfo-7.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.1-r1.ebuild index e51aaead9873..e6539767a6c5 100644 --- a/sys-apps/texinfo/texinfo-7.1-r1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1-r1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" diff --git a/sys-apps/texinfo/texinfo-9999.ebuild b/sys-apps/texinfo/texinfo-9999.ebuild index 8579319f28b6..69014441481c 100644 --- a/sys-apps/texinfo/texinfo-9999.ebuild +++ b/sys-apps/texinfo/texinfo-9999.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" |