diff options
-rw-r--r-- | app-crypt/gpgme/gpgme-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index d2d2386fafb0..2fa68cf87889 100644 --- a/app-crypt/gpgme/gpgme-1.10.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild @@ -56,6 +56,7 @@ pkg_setup() { src_prepare() { default + elibtoolize # Make best effort to allow longer PORTAGE_TMPDIR # as usock limitation fails build/tests @@ -86,7 +87,6 @@ src_configure() { src_compile() { default - elibtoolize do_python } |