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: Tue, 24 Jul 2018 20:45:41
Message-Id: 1532465105.11890ffcffa782cc298a6ae068f4575a46c6c748.alonbl@gentoo
1 commit: 11890ffcffa782cc298a6ae068f4575a46c6c748
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 20:44:52 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 20:45:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11890ffc
7
8 app-crypt/xca: add dev-qt/linguist-tools:5 DEPEND
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=661250
11 Thanks-To: Oleg
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-crypt/xca/xca-1.4.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/xca/xca-1.4.1.ebuild b/app-crypt/xca/xca-1.4.1.ebuild
18 index 06f30c351d9..894cba578be 100644
19 --- a/app-crypt/xca/xca-1.4.1.ebuild
20 +++ b/app-crypt/xca/xca-1.4.1.ebuild
21 @@ -21,7 +21,8 @@ RDEPEND="
22 !libressl? ( dev-libs/openssl:0=[bindist=] )
23 libressl? ( dev-libs/libressl:0= )
24 doc? ( app-text/linuxdoc-tools )"
25 -DEPEND="${RDEPEND}"
26 +DEPEND="${RDEPEND}
27 + dev-qt/linguist-tools:5"
28
29 PATCHES=(
30 "${FILESDIR}/${PN}-1.0.0-desktop.patch"