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 224D1158020 for ; Wed, 16 Nov 2022 21:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E193E0936; Wed, 16 Nov 2022 21:07:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AA20E0936 for ; Wed, 16 Nov 2022 21:07:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 830E2340FA2 for ; Wed, 16 Nov 2022 21:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F1976F for ; Wed, 16 Nov 2022 21:07:28 +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: <1668632818.0975d942c757b172afe97eed75c585b88c36cce9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/karchive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/karchive/karchive-9999.ebuild X-VCS-Directories: kde-frameworks/karchive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0975d942c757b172afe97eed75c585b88c36cce9 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:07:28 +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: 799b6546-4b61-4ebc-9028-0db76fe08e38 X-Archives-Hash: 357d364b7472cc119579cb2e7d0f31ee commit: 0975d942c757b172afe97eed75c585b88c36cce9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:06:58 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:06:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0975d942 kde-frameworks/karchive: Add missing BDEPEND Upstream commit 78d4b9daf306d54de215c1d82b949941a7aab33c Bug: https://bugs.gentoo.org/881521 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/karchive/karchive-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/karchive/karchive-9999.ebuild b/kde-frameworks/karchive/karchive-9999.ebuild index 4c107ae0a7..302aa80b03 100644 --- a/kde-frameworks/karchive/karchive-9999.ebuild +++ b/kde-frameworks/karchive/karchive-9999.ebuild @@ -3,9 +3,11 @@ EAPI=8 +QTMIN=5.15.5 inherit ecm frameworks.kde.org DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats" + LICENSE="GPL-2 LGPL-2.1" KEYWORDS="" IUSE="+zstd" @@ -17,7 +19,10 @@ DEPEND=" zstd? ( app-arch/zstd:= ) " RDEPEND="${DEPEND}" -BDEPEND="zstd? ( virtual/pkgconfig )" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + zstd? ( virtual/pkgconfig ) +" src_prepare() { ecm_src_prepare