diff options
author | Sam James <sam@gentoo.org> | 2023-12-27 19:46:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 20:57:08 +0000 |
commit | 20d8bdeef133211a67f22a03f39532c801324dd8 (patch) | |
tree | aff185df9ab28ac2c1bce4bc6331d932bb68087e /sys-devel | |
parent | autotools.eclass: treat 2.5 as 2.71 for now (diff) | |
download | gentoo-20d8bdeef133211a67f22a03f39532c801324dd8.tar.gz gentoo-20d8bdeef133211a67f22a03f39532c801324dd8.tar.bz2 gentoo-20d8bdeef133211a67f22a03f39532c801324dd8.zip |
sys-devel/autoconf: add bump notes
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.72-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/autoconf/autoconf-2.72-r1.ebuild b/sys-devel/autoconf/autoconf-2.72-r1.ebuild index 8966911f36ff..60238d14ccf6 100644 --- a/sys-devel/autoconf/autoconf-2.72-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.72-r1.ebuild @@ -3,8 +3,10 @@ EAPI=8 -# Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper +# Bumping notes: +# * Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper # on new autoconf releases, as well as the dependency in RDEPEND below too. +# * Update _WANT_AUTOCONF and _autoconf_atom case statement in autotools.eclass. if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git" diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index 8966911f36ff..60238d14ccf6 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -3,8 +3,10 @@ EAPI=8 -# Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper +# Bumping notes: +# * Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper # on new autoconf releases, as well as the dependency in RDEPEND below too. +# * Update _WANT_AUTOCONF and _autoconf_atom case statement in autotools.eclass. if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git" |