diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-01-06 01:43:11 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-01-06 01:43:29 +0200 |
commit | 1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7 (patch) | |
tree | cde60d4e35b025a8033d1ddad5d1fa4abbc6ccfc /app-crypt | |
parent | x11-plugins/wmsysmon: Drop old (bug #639914) (diff) | |
download | gentoo-1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7.tar.gz gentoo-1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7.tar.bz2 gentoo-1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7.zip |
app-crypt/gpgme: partial revert unauthorized da9631f50
Bug: https://bugs.gentoo.org/642940
Bug: https://bugs.gentoo.org/643604
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.10.0.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
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" ) |