From: Alon Bar-Lev Date: Fri, 16 Feb 2018 18:21:22 +0000 (+0200) Subject: app-crypt/gpgme: add elibtoolize X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6937862d7f8470dc859d8c873576512b166599a2;p=gentoo.git app-crypt/gpgme: add elibtoolize Closes: https://bugs.gentoo.org/show_bug.cgi?id=647870 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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 }