From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07EAC158094 for ; Mon, 8 Aug 2022 09:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD90DE0BF5; Mon, 8 Aug 2022 09:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7772E0BF5 for ; Mon, 8 Aug 2022 09:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B692340EFF for ; Mon, 8 Aug 2022 09:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC39559 for ; Mon, 8 Aug 2022 09:40:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1659951617.de3dc5dc768d06a1649d98821b331fa8aa320643.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/xca/xca-2.4.0-r2.ebuild X-VCS-Directories: app-crypt/xca/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de3dc5dc768d06a1649d98821b331fa8aa320643 X-VCS-Branch: master Date: Mon, 8 Aug 2022 09:40:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8bed46f8-568a-4d17-b001-9ee4857fa6d5 X-Archives-Hash: 571b47916a375aa54ea47c17a69621a9 commit: de3dc5dc768d06a1649d98821b331fa8aa320643 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 16:50:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 8 09:40:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3dc5dc app-crypt/xca: Move dev-qt/linguist-tools:5 to BDEPEND Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/xca/xca-2.4.0-r2.ebuild | 6 +++--- 1 file 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"