diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:21:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:24 +0100 |
commit | b17d7668660bdb029954074b520f963d9f192b0b (patch) | |
tree | f4912b67b7ff2d84d2b9d71ade57a15db182197a /sys-devel/automake/automake-1.16.5-r1.ebuild | |
parent | Move {sys-devel → dev-build}/autoconf (diff) | |
download | gentoo-b17d7668660bdb029954074b520f963d9f192b0b.tar.gz gentoo-b17d7668660bdb029954074b520f963d9f192b0b.tar.bz2 gentoo-b17d7668660bdb029954074b520f963d9f192b0b.zip |
Move {sys-devel → dev-build}/automake-wrapper
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.16.5-r1.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.16.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index 7f33ecdb8515..07d5a58bdec0 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Bumping notes: -# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/automake-wrapper +# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in dev-build/automake-wrapper # on new automake (major) releases, as well as the dependency in RDEPEND below too. # * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass. @@ -43,7 +43,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " |