mate-base/mate-applets: Drop small USEFlag ipv6

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Ian Jordan
2024-04-06 18:14:46 +01:00
committed by Arthur Zamarin
parent d53ea915ac
commit 94b53ebb2b

View File

@@ -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[@]}"
}