From 1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 6 Jan 2018 01:43:11 +0200 Subject: app-crypt/gpgme: partial revert unauthorized da9631f50 Bug: https://bugs.gentoo.org/642940 Bug: https://bugs.gentoo.org/643604 --- app-crypt/gpgme/gpgme-1.10.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app-crypt/gpgme') diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index 941565550cdf..d41c3811e31b 100644 --- a/app-crypt/gpgme/gpgme-1.10.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild @@ -48,15 +48,6 @@ pkg_setup() { addpredict /run/user/$(id -u)/gnupg } -src_prepare() { - default - - # Fix too long socket path for gpg-agent, this is mainly a problem - # for Prefix, where the builddir is deeper in the FS tree. - sed -i -e '/GNUPGHOME/s:$(abs_builddir):'"${T}"':' \ - tests/gpg/Makefile.{am,in} || die -} - src_configure() { local languages=() use common-lisp && languages+=( "cl" ) -- cgit v1.2.3-65-gdbad