diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-02-16 15:46:11 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-02-16 19:42:06 +0200 |
commit | 61c2231f862bdb6a5485fc5788c6143435941d2f (patch) | |
tree | 7ec94e07fd3e325b7f7f9050adaac8f38ad67d42 /app-crypt | |
parent | app-crypt/gpgme: cleanup live ebuild (diff) | |
download | gentoo-61c2231f862bdb6a5485fc5788c6143435941d2f.tar.gz gentoo-61c2231f862bdb6a5485fc5788c6143435941d2f.tar.bz2 gentoo-61c2231f862bdb6a5485fc5788c6143435941d2f.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')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.10.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index 43f3c5d077a8..d2d2386fafb0 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 } |