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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDCE81382C5 for ; Wed, 23 Jun 2021 12:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4193E08E5; Wed, 23 Jun 2021 12:46:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D836E08E5 for ; Wed, 23 Jun 2021 12:46:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C74D335C97 for ; Wed, 23 Jun 2021 12:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B2E7A1 for ; Wed, 23 Jun 2021 12:46:10 +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: <1624452238.efa0833ae665f3fb209ff4d15bb4cd01151a2f77.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: efa0833ae665f3fb209ff4d15bb4cd01151a2f77 X-VCS-Branch: master Date: Wed, 23 Jun 2021 12:46:10 +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: 3e83654b-ed38-48d2-a7d8-d3a3960d8bd0 X-Archives-Hash: 39de571d8b1fa3296232b2d8ee421adf commit: efa0833ae665f3fb209ff4d15bb4cd01151a2f77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 23 12:35:03 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 23 12:43:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efa0833a kde-apps/ark: Unrestrict clirartest Upstream commit bc4de85de964d5a17f307a78f3ac0c21b2b5d7fb Closes: https://bugs.gentoo.org/560548 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-9999.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 0675f137a0..2f2a928821 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -18,9 +18,6 @@ SLOT="5" KEYWORDS="" IUSE="zip" -BDEPEND=" - sys-devel/gettext -" RDEPEND=" app-arch/libarchive:=[bzip2,lzma,zlib] >=dev-qt/qtdbus-${QTMIN}:5 @@ -48,6 +45,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " +BDEPEND="sys-devel/gettext" src_configure() { local mycmakeargs=( @@ -57,14 +55,6 @@ src_configure() { ecm_src_configure } -src_test() { - local myctestargs=( - -E "(plugins-clirartest)" - ) - - ecm_src_test -} - pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar