Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/
Date: Mon, 08 Aug 2022 09:40:37
Message-Id: 1659951617.de3dc5dc768d06a1649d98821b331fa8aa320643.asturm@gentoo
1 commit: de3dc5dc768d06a1649d98821b331fa8aa320643
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 16:50:01 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 09:40:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3dc5dc
7
8 app-crypt/xca: Move dev-qt/linguist-tools:5 to BDEPEND
9
10 Bug: https://bugs.gentoo.org/544938
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/xca/xca-2.4.0-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/xca/xca-2.4.0-r2.ebuild b/app-crypt/xca/xca-2.4.0-r2.ebuild
17 index 24e383caf260..2fba492816d1 100644
18 --- a/app-crypt/xca/xca-2.4.0-r2.ebuild
19 +++ b/app-crypt/xca/xca-2.4.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="8"
26 @@ -22,8 +22,8 @@ RDEPEND="
27 dev-qt/qtwidgets:5
28 >=dev-libs/openssl-1.1.0:=
29 doc? ( app-text/linuxdoc-tools )"
30 -DEPEND="${RDEPEND}
31 - dev-qt/linguist-tools:5"
32 +DEPEND="${RDEPEND}"
33 +BDEPEND="dev-qt/linguist-tools:5"
34
35 PATCHES=(
36 "${FILESDIR}/${PN}-1.0.0-desktop.patch"