commit:     268ecee9726fcf94d98381d6d00ee12e0c70bbce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 10:24:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 10:25:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ecee9

dev-build/automake-vanilla: add note to be careful with patching

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

 dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild | 3 +++
 dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild | 3 +++
 dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | 3 +++
 dev-build/automake-vanilla/automake-vanilla-9999.ebuild   | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild
index 2c88d1bab307..1273790acdd4 100644
--- a/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `automake`, as this package is used to submit patches upstream.
+
 MY_PN=${PN/-vanilla}
 MY_P=${MY_PN}-${PV}
 

diff --git a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild
index 4b67c729a238..99762301555c 100644
--- a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `automake`, as this package is used to submit patches upstream.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1

diff --git a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild
index 53e70c767866..f789556c4555 100644
--- a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `automake`, as this package is used to submit patches upstream.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1

diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
index b6573d89bf5e..c7d543eaaeaf 100644
--- a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `automake`, as this package is used to submit patches upstream.
+
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit python-any-r1

Reply via email to