From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1584245-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0D893158015
	for <garchives@archives.gentoo.org>; Wed, 27 Dec 2023 20:57:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 750032BC039;
	Wed, 27 Dec 2023 20:57:34 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5BFD12BC039
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 20:57:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 84E2C340C42
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 20:57:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF92514B5
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2023 20:57:31 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1703710628.20d8bdeef133211a67f22a03f39532c801324dd8.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/autoconf/autoconf-2.72-r1.ebuild sys-devel/autoconf/autoconf-9999.ebuild
X-VCS-Directories: sys-devel/autoconf/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 20d8bdeef133211a67f22a03f39532c801324dd8
X-VCS-Branch: master
Date: Wed, 27 Dec 2023 20:57:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 75e617ca-515b-4a9a-b7b1-c8eb3dce83e6
X-Archives-Hash: 998ebbcd185428bc11c2046532f8613d

commit:     20d8bdeef133211a67f22a03f39532c801324dd8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 19:46:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 20:57:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d8bdee

sys-devel/autoconf: add bump notes

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/autoconf/autoconf-2.72-r1.ebuild | 4 +++-
 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"