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 D0F881382C5 for ; Tue, 6 Apr 2021 10:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DFC1E0896; Tue, 6 Apr 2021 10:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 62007E0896 for ; Tue, 6 Apr 2021 10:29:20 +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 5CAFE340D4C for ; Tue, 6 Apr 2021 10:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B5063B for ; Tue, 6 Apr 2021 10:29:17 +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: <1617704718.32bc4ab698afd21dbf7cf4f3ff418c5a7da03cb1.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.21.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: 32bc4ab698afd21dbf7cf4f3ff418c5a7da03cb1 X-VCS-Branch: master Date: Tue, 6 Apr 2021 10:29:17 +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: 5348b2dd-38fa-44ac-afa1-c8835b0f75dd X-Archives-Hash: 46f6c2ee013bfe29ba8974d94526518f commit: 32bc4ab698afd21dbf7cf4f3ff418c5a7da03cb1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 6 10:25:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 6 10:25:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=32bc4ab6 kde-plasma/plasma-meta: Move IUSE=firewall behind IUSE=systemd Bug: https://bugs.gentoo.org/778527 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.21.49.9999.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.21.49.9999.ebuild index d37212f9c8..b54a3b0460 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.21.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.21.49.9999.ebuild @@ -62,7 +62,6 @@ RDEPEND=" ) !sddm? ( x11-misc/lightdm ) ) - firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} ) gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} @@ -84,6 +83,7 @@ RDEPEND=" pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} ) sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} ) smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} ) + systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) " diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index d37212f9c8..b54a3b0460 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -62,7 +62,6 @@ RDEPEND=" ) !sddm? ( x11-misc/lightdm ) ) - firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} ) gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} @@ -84,6 +83,7 @@ RDEPEND=" pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} ) sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} ) smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} ) + systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) "