commit:     f539118dd816b0ac20738757aa714972b7add689
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 10:25:10 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=f539118d

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

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

 dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild | 3 +++
 dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild | 3 +++
 5 files changed, 15 insertions(+)

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild 
b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
index 5adfce2d4b0d..8bed0e8fbcd9 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 inherit toolchain-autoconf
 
 MY_PN=${PN/-vanilla}

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild 
b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
index 06d25fed26d0..8aa18aaf1205 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.69.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git";
        inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild 
b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
index e748afd83637..98243dff8be0 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.71.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git";
        inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild 
b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
index a1ceaa2f09e8..0a2e7242cbcc 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-2.72.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git";
        inherit git-r3

diff --git a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild 
b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
index a1ceaa2f09e8..0a2e7242cbcc 100644
--- a/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
+++ b/dev-build/autoconf-vanilla/autoconf-vanilla-9999.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please do not apply any patches which affect the generated output from
+# `autoconf`, as this package is used to submit patches upstream.
+
 if [[ ${PV} == 9999 ]] ; then
        EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git";
        inherit git-r3

Reply via email to