diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-02-16 20:21:22 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-03-02 14:58:28 +0200 |
commit | 6937862d7f8470dc859d8c873576512b166599a2 (patch) | |
tree | 684748ec6a1c934bbde973c813506f921c24cde6 /app-crypt/gpgme | |
parent | app-arch/libarchive: Restrict tests because of sandbox problems (diff) | |
download | gentoo-6937862d7f8470dc859d8c873576512b166599a2.tar.gz gentoo-6937862d7f8470dc859d8c873576512b166599a2.tar.bz2 gentoo-6937862d7f8470dc859d8c873576512b166599a2.zip |
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
Diffstat (limited to 'app-crypt/gpgme')
-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 } |