commit:     61c2231f862bdb6a5485fc5788c6143435941d2f
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 13:46:11 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 17:42:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c2231f

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

 app-crypt/gpgme/gpgme-1.10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild 
b/app-crypt/gpgme/gpgme-1.10.0.ebuild
index 43f3c5d077a..d2d2386fafb 100644
--- a/app-crypt/gpgme/gpgme-1.10.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 DISTUTILS_OPTIONAL=1
 
-inherit distutils-r1 flag-o-matic ltprune qmake-utils toolchain-funcs
+inherit distutils-r1 flag-o-matic libtool ltprune qmake-utils toolchain-funcs
 
 DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
 HOMEPAGE="http://www.gnupg.org/related_software/gpgme";
@@ -86,6 +86,7 @@ src_configure() {
 
 src_compile() {
        default
+       elibtoolize
        do_python
 }
 

Reply via email to