diff options
author | 2021-09-06 09:17:18 +0200 | |
---|---|---|
committer | 2021-09-06 09:18:07 +0200 | |
commit | e4f93d3d9d0608a84aaa8afcafc410a1b705e71a (patch) | |
tree | a9dad157a44244ed700ce7c86133ce878dd0cfda /app-crypt/gpgme/gpgme-1.16.0.ebuild | |
parent | net-ftp/pure-ftpd: Revbump to fix quota check (diff) | |
download | gentoo-e4f93d3d9d0608a84aaa8afcafc410a1b705e71a.tar.gz gentoo-e4f93d3d9d0608a84aaa8afcafc410a1b705e71a.tar.bz2 gentoo-e4f93d3d9d0608a84aaa8afcafc410a1b705e71a.zip |
Revert "app-crypt/gpgme: backport glibc-2.34 patch"
This reverts commit 87834abded7c46005d3e53d0cfc1282c1d03507c.
Commit done without maintainer consent.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme/gpgme-1.16.0.ebuild')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.16.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-crypt/gpgme/gpgme-1.16.0.ebuild b/app-crypt/gpgme/gpgme-1.16.0.ebuild index d8df58daf47..ed9a1cc7e57 100644 --- a/app-crypt/gpgme/gpgme-1.16.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.16.0.ebuild @@ -29,10 +29,6 @@ BDEPEND="python? ( dev-lang/swig )" REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )" -PATCHES=( - "${FILESDIR}"/${P}-glibc-2.34.patch -) - do_python() { if use python; then pushd "lang/python" > /dev/null || die |