diff options
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild | 4 |
1 files changed, 1 insertions, 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) |