app-crypt/gpgme: partial revert unauthorized da9631f50
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 5 Jan 2018 23:43:11 +0000 (01:43 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 5 Jan 2018 23:43:29 +0000 (01:43 +0200)
Bug: https://bugs.gentoo.org/642940
Bug: https://bugs.gentoo.org/643604

app-crypt/gpgme/gpgme-1.10.0.ebuild

index 941565550cdf74c4b2ab6396aa2053d1d44a07d1..d41c3811e31bc1b63cc890f94ebcfc3169e3eb18 100644 (file)
@@ -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" )