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 6EB10158041 for ; Sun, 25 Feb 2024 17:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A6DBE29F0; Sun, 25 Feb 2024 17:21:54 +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 6552CE29F0 for ; Sun, 25 Feb 2024 17:21:54 +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 4F2AB33BF28 for ; Sun, 25 Feb 2024 17:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C1B14B1 for ; Sun, 25 Feb 2024 17:21:51 +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: <1708870487.80c792e989851879448c2419e5ac6dcf869f42d8.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kjumpingcube/kjumpingcube-9999.ebuild X-VCS-Directories: kde-apps/kjumpingcube/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80c792e989851879448c2419e5ac6dcf869f42d8 X-VCS-Branch: master Date: Sun, 25 Feb 2024 17:21:51 +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: 52379c3b-118a-48e4-99a3-ed701dce9e2e X-Archives-Hash: 91229fd052509062abe0dae263f6a1b0 commit: 80c792e989851879448c2419e5ac6dcf869f42d8 Author: Sam James gentoo org> AuthorDate: Sun Feb 25 14:14:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 25 14:14:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=80c792e9 kde-apps/kjumpingcube: refresh deps This is for 9999 only. Upstream commit 23af07affc746aa8bba01a5af7d3868232db1818. Signed-off-by: Sam James gentoo.org> kde-apps/kjumpingcube/kjumpingcube-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild index 0b63379d82..631c8f01a2 100644 --- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild +++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild @@ -34,3 +34,5 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 " RDEPEND="${DEPEND}" +# TODO: || ( 7zip gzip ) +BDEPEND="app-alternatives/gzip"