From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1583228-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 ACA32158015
	for <garchives@archives.gentoo.org>; Sun, 24 Dec 2023 01:07:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E70402BC036;
	Sun, 24 Dec 2023 01:07:24 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 9DBFD2BC036
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 01:07:24 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B4F36335D6A
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 01:07:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A459AC2
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 01:07:22 +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: <1703379897.a333c0d7841457c6d79f7344ebada59acf64daad.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/automake/automake-1.16.5-r1.ebuild sys-devel/automake/automake-9999.ebuild
X-VCS-Directories: sys-devel/automake/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a333c0d7841457c6d79f7344ebada59acf64daad
X-VCS-Branch: master
Date: Sun, 24 Dec 2023 01:07:22 +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: e66baaeb-d4ca-4c99-b02f-2a25c4211a97
X-Archives-Hash: 3918e3f53347425ce9896ec5c84c697f

commit:     a333c0d7841457c6d79f7344ebada59acf64daad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 01:04:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 01:04:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a333c0d7

sys-devel/automake: add sys-devel/automake-wrapper note

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

 sys-devel/automake/automake-1.16.5-r1.ebuild | 3 +++
 sys-devel/automake/automake-9999.ebuild      | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild
index 0e6ed8d0b1dc..e60ba0ec28ea 100644
--- a/sys-devel/automake/automake-1.16.5-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.5-r1.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=7
 
+# 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.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1

diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
index 0c72cfe6e473..f0949c35b6bb 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=7
 
+# 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.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1