From 94b53ebb2b66cfc6009da889b50177a7501145c1 Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Sat, 6 Apr 2024 18:14:46 +0100 Subject: [PATCH] mate-base/mate-applets: Drop small USEFlag ipv6 Signed-off-by: Ian Jordan Signed-off-by: Arthur Zamarin --- 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 3476bd7daa242..c760d9e280de4 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[@]}" }