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/xca/
Date: Thu, 02 Aug 2018 06:19:26
Message-Id: 1533190725.311a92b3f7ba58f658e7c4c69ff21d8601085adb.alonbl@gentoo
1 commit: 311a92b3f7ba58f658e7c4c69ff21d8601085adb
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 05:46:03 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 06:18:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311a92b3
7
8 app-crypt/xca: add dev-qt/qtsql dependency
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=662610
11 Thanks-To: Mike Auty
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-crypt/xca/xca-2.1.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild
18 index bda63f6d683..1577add7f67 100644
19 --- a/app-crypt/xca/xca-2.1.0.ebuild
20 +++ b/app-crypt/xca/xca-2.1.0.ebuild
21 @@ -17,6 +17,7 @@ IUSE="bindist doc libressl"
22 RDEPEND="
23 dev-libs/libltdl:0=
24 dev-qt/qtgui:5
25 + dev-qt/qtsql:5[sqlite]
26 dev-qt/qtwidgets:5
27 !libressl? ( dev-libs/openssl:0=[bindist=] )
28 libressl? ( dev-libs/libressl:0= )