From aff0c2de37f226ccbbe2a1a9deac15d68346b938 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 27 Dec 2023 19:47:19 +0000 Subject: [PATCH] sys-devel/automake: add bump notes Signed-off-by: Sam James --- sys-devel/automake/automake-1.16.5-r1.ebuild | 4 +++- sys-devel/automake/automake-9999.ebuild | 4 +++- 2 files changed, 6 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 e60ba0ec28ea6..78b9a56f5498d 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -3,8 +3,10 @@ EAPI=7 -# Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/automake-wrapper +# Bumping notes: +# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/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. PYTHON_COMPAT=( python3_{10..11} ) diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index f0949c35b6bb2..be9f101590f8c 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -3,8 +3,10 @@ EAPI=7 -# Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/automake-wrapper +# Bumping notes: +# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/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. PYTHON_COMPAT=( python3_{10..11} )