diff options
author | Sam James <sam@gentoo.org> | 2024-01-24 10:25:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-24 10:25:15 +0000 |
commit | f539118dd816b0ac20738757aa714972b7add689 (patch) | |
tree | 47ad7b46e1d600da8601a6529e996582717d73bb /dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild | |
parent | dev-build/automake-vanilla: add note to be careful with patching (diff) | |
download | gentoo-f539118dd816b0ac20738757aa714972b7add689.tar.gz gentoo-f539118dd816b0ac20738757aa714972b7add689.tar.bz2 gentoo-f539118dd816b0ac20738757aa714972b7add689.zip |
dev-build/autoconf-vanilla: add note to be careful with patching
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild')
-rw-r--r-- | dev-build/autoconf-vanilla/autoconf-vanilla-2.13.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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} |