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 1A3B1158091 for ; Tue, 14 Jun 2022 08:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43111E0965; Tue, 14 Jun 2022 08:12:06 +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 21BB1E0965 for ; Tue, 14 Jun 2022 08:12:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2A113341683 for ; Tue, 14 Jun 2022 08:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F506105 for ; Tue, 14 Jun 2022 08:12:03 +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: <1655194309.7b644c6292f2a6db8d247a109b557f8843587495.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b644c6292f2a6db8d247a109b557f8843587495 X-VCS-Branch: master Date: Tue, 14 Jun 2022 08:12:03 +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: a4109788-f724-4ff1-8fd5-d4a5e6201e6e X-Archives-Hash: b741bc9a872626c8efabc01378975b04 commit: 7b644c6292f2a6db8d247a109b557f8843587495 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 14 08:11:49 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 14 08:11:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b644c62 kde-plasma/plasma-meta: Require kde-plasma/kwin[lock] We depend on kde-plasma/kscreenlocker, ensure KWin has the functionality. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild index b7a5354028..d496c9e6fc 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=kde-plasma/ksshaskpass-${PV}:${SLOT} >=kde-plasma/ksystemstats-${PV}:${SLOT} >=kde-plasma/kwayland-integration-${PV}:${SLOT} - >=kde-plasma/kwin-${PV}:${SLOT} + >=kde-plasma/kwin-${PV}:${SLOT}[lock] >=kde-plasma/kwrited-${PV}:${SLOT} >=kde-plasma/layer-shell-qt-${PV}:${SLOT} >=kde-plasma/libkscreen-${PV}:${SLOT} diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild index 51d6d13b26..f1693a9ed6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.25.49.9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=kde-plasma/ksshaskpass-${PV}:${SLOT} >=kde-plasma/ksystemstats-${PV}:${SLOT} >=kde-plasma/kwayland-integration-${PV}:${SLOT} - >=kde-plasma/kwin-${PV}:${SLOT} + >=kde-plasma/kwin-${PV}:${SLOT}[lock] >=kde-plasma/kwrited-${PV}:${SLOT} >=kde-plasma/layer-shell-qt-${PV}:${SLOT} >=kde-plasma/libkscreen-${PV}:${SLOT} diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 51d6d13b26..f1693a9ed6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=kde-plasma/ksshaskpass-${PV}:${SLOT} >=kde-plasma/ksystemstats-${PV}:${SLOT} >=kde-plasma/kwayland-integration-${PV}:${SLOT} - >=kde-plasma/kwin-${PV}:${SLOT} + >=kde-plasma/kwin-${PV}:${SLOT}[lock] >=kde-plasma/kwrited-${PV}:${SLOT} >=kde-plasma/layer-shell-qt-${PV}:${SLOT} >=kde-plasma/libkscreen-${PV}:${SLOT}