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 E721D158089 for ; Thu, 14 Sep 2023 21:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168932BC013; Thu, 14 Sep 2023 21:15:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED5E12BC013 for ; Thu, 14 Sep 2023 21:15:36 +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 3308F335CE9 for ; Thu, 14 Sep 2023 21:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 874C21190 for ; Thu, 14 Sep 2023 21:15:34 +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: <1694726068.404d85cf6c186f5d2f5b4eb96b2eebfab25397f4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kjumpingcube/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild kde-apps/kjumpingcube/kjumpingcube-9999.ebuild X-VCS-Directories: kde-apps/kjumpingcube/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 404d85cf6c186f5d2f5b4eb96b2eebfab25397f4 X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:15:34 +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: 13ff3dcd-01ec-4860-816d-adddc1e6459a X-Archives-Hash: 9f7b0aeaeb892f111a51c1c54318d749 commit: 404d85cf6c186f5d2f5b4eb96b2eebfab25397f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 14 20:45:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 14 21:14:28 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=404d85cf kde-apps/kjumpingcube: Add missing dependency Closes: https://bugs.gentoo.org/914126 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild | 1 + kde-apps/kjumpingcube/kjumpingcube-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild index e1dfbc7fdb..ad639d19da 100644 --- a/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild +++ b/kde-apps/kjumpingcube/kjumpingcube-23.08.49.9999.ebuild @@ -30,6 +30,7 @@ DEPEND=" >=kde-frameworks/kdbusaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 " diff --git a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild index e1dfbc7fdb..ad639d19da 100644 --- a/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild +++ b/kde-apps/kjumpingcube/kjumpingcube-9999.ebuild @@ -30,6 +30,7 @@ DEPEND=" >=kde-frameworks/kdbusaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 "