commit:     a938a43f1c5dd9f5e9e5c592dfaeb4ba765c6767
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 14:04:05 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 14:14:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a938a43f

xfce-base/xfce4-power-manager: Remove USE=networkmanager from 4.19.2

Closes: https://bugs.gentoo.org/918951
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild 
b/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild
index 9b608c1565ee..1f7e34eb949d 100644
--- a/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild
+++ b/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="networkmanager +panel-plugin policykit wayland X"
+IUSE="+panel-plugin policykit wayland X"
 REQUIRED_USE="|| ( wayland X )"
 
 DEPEND="
@@ -40,7 +40,6 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
-       networkmanager? ( net-misc/networkmanager )
 "
 DEPEND+="
        x11-base/xorg-proto
@@ -58,7 +57,6 @@ BDEPEND="
 src_configure() {
        local myconf=(
                $(use_enable policykit polkit)
-               $(use_enable networkmanager network-manager)
                $(use_enable panel-plugin xfce4panel)
                $(use_enable wayland)
                $(use_enable X x11)

Reply via email to