Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/
Date: Fri, 16 Feb 2018 17:42:19
Message-Id: 1518802926.61c2231f862bdb6a5485fc5788c6143435941d2f.alonbl@gentoo
1 commit: 61c2231f862bdb6a5485fc5788c6143435941d2f
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 13:46:11 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 17:42:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c2231f
7
8 app-crypt/gpgme: add elibtoolize
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=647870
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 app-crypt/gpgme/gpgme-1.10.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild
17 index 43f3c5d077a..d2d2386fafb 100644
18 --- a/app-crypt/gpgme/gpgme-1.10.0.ebuild
19 +++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild
20 @@ -6,7 +6,7 @@ EAPI="6"
21 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
22 DISTUTILS_OPTIONAL=1
23
24 -inherit distutils-r1 flag-o-matic ltprune qmake-utils toolchain-funcs
25 +inherit distutils-r1 flag-o-matic libtool ltprune qmake-utils toolchain-funcs
26
27 DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
28 HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
29 @@ -86,6 +86,7 @@ src_configure() {
30
31 src_compile() {
32 default
33 + elibtoolize
34 do_python
35 }