summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-02-16 15:46:11 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2018-02-16 19:42:06 +0200
commit61c2231f862bdb6a5485fc5788c6143435941d2f (patch)
tree7ec94e07fd3e325b7f7f9050adaac8f38ad67d42 /app-crypt/gpgme/gpgme-1.10.0.ebuild
parentapp-crypt/gpgme: cleanup live ebuild (diff)
downloadgentoo-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/gpgme/gpgme-1.10.0.ebuild')
-rw-r--r--app-crypt/gpgme/gpgme-1.10.0.ebuild3
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
}