diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:22:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:26 +0100 |
commit | 24579fc8ca4ef3bed96481e5aff2c3d21c51682c (patch) | |
tree | a86761fb9754ca7ccec290e76fb02a991da82210 /sys-apps/texinfo | |
parent | Move {sys-devel → dev-build}/automake-vanilla (diff) | |
download | gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.gz gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.bz2 gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.zip |
Move {sys-devel → dev-build}/automake
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 a8f0aaa57fc4..aa15291f2d08 100644 --- a/sys-apps/texinfo/texinfo-7.0.3.ebuild +++ b/sys-apps/texinfo/texinfo-7.0.3.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" >=dev-build/autoconf-2.62 - >=sys-devel/automake-1.16 + >=dev-build/automake-1.16 sys-devel/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then diff --git a/sys-apps/texinfo/texinfo-7.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.1-r1.ebuild index 0b5c7e66076b..e51aaead9873 100644 --- a/sys-apps/texinfo/texinfo-7.1-r1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" >=dev-build/autoconf-2.62 - >=sys-devel/automake-1.16 + >=dev-build/automake-1.16 sys-devel/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then diff --git a/sys-apps/texinfo/texinfo-9999.ebuild b/sys-apps/texinfo/texinfo-9999.ebuild index d9f05fd9dd2b..8579319f28b6 100644 --- a/sys-apps/texinfo/texinfo-9999.ebuild +++ b/sys-apps/texinfo/texinfo-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" >=dev-build/autoconf-2.62 - >=sys-devel/automake-1.16 + >=dev-build/automake-1.16 sys-devel/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then |