diff options
author | Sam James <sam@gentoo.org> | 2022-07-27 03:39:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-27 03:39:39 +0100 |
commit | 0e70b2e591ac5f798a126326af213f2ffb5a04b4 (patch) | |
tree | e6f0236eb57e0722933385b04c8c62bbf3f86268 /sys-devel/automake | |
parent | dev-python/pycares: remove unused patch(es) (diff) | |
download | gentoo-0e70b2e591ac5f798a126326af213f2ffb5a04b4.tar.gz gentoo-0e70b2e591ac5f798a126326af213f2ffb5a04b4.tar.bz2 gentoo-0e70b2e591ac5f798a126326af213f2ffb5a04b4.zip |
sys-devel/automake: drop upstreamed patch
See https://git.savannah.gnu.org/cgit/automake.git/commit/?id=bde43d0481ff540418271ac37012a574a4fcf097.
Meant to do this before and forgot about it. Noticed when a user
on forums tried to install automake-9999 (unintentionally...)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index d5f464992b96..0467aa671d75 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,11 +46,6 @@ BDEPEND=" test? ( ${PYTHON_DEPS} ) " -PATCHES=( - "${FILESDIR}"/automake-1.16.2-py3-compile.patch -) -# All patches have been submitted upstream. - pkg_setup() { # Avoid python-any-r1_pkg_setup : |