From: Alon Bar-Lev Date: Fri, 5 Jan 2018 23:43:11 +0000 (+0200) Subject: app-crypt/gpgme: partial revert unauthorized da9631f50 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7;p=gentoo.git app-crypt/gpgme: partial revert unauthorized da9631f50 Bug: https://bugs.gentoo.org/642940 Bug: https://bugs.gentoo.org/643604 --- 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" )