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 F378A158094 for ; Sat, 8 Oct 2022 19:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CBCDE086E; Sat, 8 Oct 2022 19:04:17 +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 33D55E086E for ; Sat, 8 Oct 2022 19:04:17 +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 2E0BB340DAB for ; Sat, 8 Oct 2022 19:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39955F8 for ; Sat, 8 Oct 2022 19:04:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665255842.51d20b1eb92b35a235672f1c971dc2df9afdc571.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-22.08.49.9999.ebuild kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51d20b1eb92b35a235672f1c971dc2df9afdc571 X-VCS-Branch: master Date: Sat, 8 Oct 2022 19:04:14 +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: 710f9dac-b3e1-496b-abec-f243029913c8 X-Archives-Hash: f18a154d9cecc193faa87097ece9f377 commit: 51d20b1eb92b35a235672f1c971dc2df9afdc571 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 19:02:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 19:04:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=51d20b1e kde-apps/ark: conditionalise app-arch/rar test dep further for musl Signed-off-by: Sam James gentoo.org> kde-apps/ark/ark-22.08.49.9999.ebuild | 3 ++- kde-apps/ark/ark-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/ark/ark-22.08.49.9999.ebuild b/kde-apps/ark/ark-22.08.49.9999.ebuild index bc9cb87c79..04016c2d6c 100644 --- a/kde-apps/ark/ark-22.08.49.9999.ebuild +++ b/kde-apps/ark/ark-22.08.49.9999.ebuild @@ -46,9 +46,10 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 test? ( >=dev-libs/libzip-1.6.0:= ) " +# app-arch/rar is binary only BDEPEND=" sys-devel/gettext - test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) + elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) ) " src_configure() { diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 6e223d993b..7162b1e769 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -46,9 +46,10 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 test? ( >=dev-libs/libzip-1.6.0:= ) " +# app-arch/rar is binary only BDEPEND=" sys-devel/gettext - test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) + elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) ) " src_configure() {