summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-24 10:24:32 +0000
committerSam James <sam@gentoo.org>2024-01-24 10:25:15 +0000
commit268ecee9726fcf94d98381d6d00ee12e0c70bbce (patch)
treec134a0cb19a182895faa79ba51a1f52c7fea2eee
parentdev-build/automake: fix modern C issues in tests, fix tests w/ byacc/reflex too (diff)
downloadgentoo-268ecee9726fcf94d98381d6d00ee12e0c70bbce.tar.gz
gentoo-268ecee9726fcf94d98381d6d00ee12e0c70bbce.tar.bz2
gentoo-268ecee9726fcf94d98381d6d00ee12e0c70bbce.zip
dev-build/automake-vanilla: add note to be careful with patching
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild3
-rw-r--r--dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild3
-rw-r--r--dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild3
-rw-r--r--dev-build/automake-vanilla/automake-vanilla-9999.ebuild3
4 files changed, 12 insertions, 0 deletions
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