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: Sun, 25 Sep 2016 18:26:53
Message-Id: 1474827991.ba8d9731be90aeb285f48f2815be930cf12610f9.alonbl@gentoo
1 commit: ba8d9731be90aeb285f48f2815be930cf12610f9
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 18:26:14 2016 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 18:26:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8d9731
7
8 app-crypt/gpgme: add swig dependency
9
10 Bug: 595114
11
12 Package-Manager: portage-2.2.28
13
14 app-crypt/gpgme/gpgme-1.7.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild
18 index 2ffe8f3..d02f3d6 100644
19 --- a/app-crypt/gpgme/gpgme-1.7.0.ebuild
20 +++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild
21 @@ -29,6 +29,7 @@ RDEPEND="app-crypt/gnupg
22 python? ( ${PYTHON_DEPS} )"
23 #doc? ( app-doc/doxygen[dot] )
24 DEPEND="${RDEPEND}
25 + python? ( dev-lang/swig )
26 qt5? (
27 test? ( dev-qt/qttest:5 )
28 )"