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 9E22D158041 for ; Tue, 9 Apr 2024 17:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3BD0E2A35; Tue, 9 Apr 2024 17:29:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DDA2E2A35 for ; Tue, 9 Apr 2024 17:29:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8CD1343211 for ; Tue, 9 Apr 2024 17:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFFF016B7 for ; Tue, 9 Apr 2024 17:28:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712683727.94b53ebb2b66cfc6009da889b50177a7501145c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets/mate-applets-1.28.0.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 94b53ebb2b66cfc6009da889b50177a7501145c1 X-VCS-Branch: master Date: Tue, 9 Apr 2024 17:28:56 +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: ac6f70da-f143-4927-9a85-83242e9112be X-Archives-Hash: 1a6077970660b2c70216bf685ae74ebd commit: 94b53ebb2b66cfc6009da889b50177a7501145c1 Author: Ian Jordan gmail com> AuthorDate: Sat Apr 6 17:14:46 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 9 17:28:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b53ebb mate-base/mate-applets: Drop small USEFlag ipv6 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Arthur Zamarin gentoo.org> mate-base/mate-applets/mate-applets-1.28.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild b/mate-base/mate-applets/mate-applets-1.28.0.ebuild index 3476bd7daa24..c760d9e280de 100644 --- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild +++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Applets for the MATE Desktop and Panel" LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" -IUSE="X +cpupower ipv6 netlink policykit +upower" +IUSE="X +cpupower netlink policykit +upower" REQUIRED_USE="policykit? ( cpupower )" @@ -73,7 +73,6 @@ src_configure() { $(use_with X x) \ $(use_with upower) \ $(use_with netlink nl) \ - $(use_enable ipv6) \ $(use_enable policykit polkit) \ "${myconf[@]}" }