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 8ED91158099 for ; Fri, 1 Dec 2023 14:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A10222BC026; Fri, 1 Dec 2023 14:14:23 +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 83C852BC026 for ; Fri, 1 Dec 2023 14:14:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70886335D75 for ; Fri, 1 Dec 2023 14:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33641305 for ; Fri, 1 Dec 2023 14:14:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1701440057.a938a43f1c5dd9f5e9e5c592dfaeb4ba765c6767.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-power-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.2.ebuild X-VCS-Directories: xfce-base/xfce4-power-manager/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a938a43f1c5dd9f5e9e5c592dfaeb4ba765c6767 X-VCS-Branch: master Date: Fri, 1 Dec 2023 14:14:20 +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: 809d1607-3882-4399-ab1e-33a3ac173ce7 X-Archives-Hash: 749d7c805a5267e7ee23a954479145a8 commit: a938a43f1c5dd9f5e9e5c592dfaeb4ba765c6767 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 1 14:04:05 2023 +0000 Commit: Michał Górny gentoo 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 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)