commit: 1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 23:43:11 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 23:43:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d79c8d6
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(-) diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index 941565550cd..d41c3811e31 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" )
