diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 18:50:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-08 11:40:17 +0200 |
commit | de3dc5dc768d06a1649d98821b331fa8aa320643 (patch) | |
tree | 3c70afb0e5131dc2cbaf6eea3c0cca4cf7d5c6c3 /app-crypt/xca | |
parent | app-admin/testdisk: Move dev-qt/linguist-tools:5 to BDEPEND (diff) | |
download | gentoo-de3dc5dc768d06a1649d98821b331fa8aa320643.tar.gz gentoo-de3dc5dc768d06a1649d98821b331fa8aa320643.tar.bz2 gentoo-de3dc5dc768d06a1649d98821b331fa8aa320643.zip |
app-crypt/xca: Move dev-qt/linguist-tools:5 to BDEPEND
Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/xca-2.4.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/xca/xca-2.4.0-r2.ebuild b/app-crypt/xca/xca-2.4.0-r2.ebuild index 24e383caf260..2fba492816d1 100644 --- a/app-crypt/xca/xca-2.4.0-r2.ebuild +++ b/app-crypt/xca/xca-2.4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -22,8 +22,8 @@ RDEPEND=" dev-qt/qtwidgets:5 >=dev-libs/openssl-1.1.0:= doc? ( app-text/linuxdoc-tools )" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/linguist-tools:5" PATCHES=( "${FILESDIR}/${PN}-1.0.0-desktop.patch" |