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 760FF158116 for ; Sat, 27 May 2023 15:57:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0438E0877; Sat, 27 May 2023 15:57:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E9C8E087D for ; Sat, 27 May 2023 15:57:09 +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 1B73A34109C for ; Sat, 27 May 2023 15:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACC4EA7C for ; Sat, 27 May 2023 15:57:06 +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: <1685203013.6876a49927dc57d22848264deb8438cd7aa53449.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6876a49927dc57d22848264deb8438cd7aa53449 X-VCS-Branch: master Date: Sat, 27 May 2023 15:57:06 +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: 5c1cdc6a-bea1-4c9f-9a3d-adfae21aac54 X-Archives-Hash: 36bd35ec420b2a10754e8618b4dfd0d5 commit: 6876a49927dc57d22848264deb8438cd7aa53449 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 15:50:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 15:56:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6876a499 kde-apps/kdeutils-meta: Add kde-misc/kclock behind USE=plasma Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild | 3 ++- kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild index 90ab784cea..f5ae9a6296 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-23.04.49.9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://apps.kde.org/categories/utilities/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="7zip cups floppy gpg lrz rar +webengine" +IUSE="7zip cups floppy gpg lrz plasma rar +webengine" RDEPEND=" >=app-cdr/dolphin-plugins-mountiso-${PV}:${SLOT} @@ -34,6 +34,7 @@ RDEPEND=" cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} ) + plasma? ( >=kde-misc/kclock-${PV} ) webengine? ( >=app-editors/ghostwriter-${PV} >=kde-apps/kimagemapeditor-${PV}:${SLOT} diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild index 2a540e91d5..8f35c4474e 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://apps.kde.org/categories/utilities/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="7zip cups gpg lrz rar +webengine" +IUSE="7zip cups gpg lrz plasma rar +webengine" RDEPEND=" >=app-cdr/dolphin-plugins-mountiso-${PV}:${SLOT} @@ -33,6 +33,7 @@ RDEPEND=" >=sys-libs/kpmcore-${PV}:${SLOT} cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} ) + plasma? ( >=kde-misc/kclock-${PV} ) webengine? ( >=app-editors/ghostwriter-${PV} >=kde-apps/kimagemapeditor-${PV}:${SLOT}