summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-04-06 18:14:46 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-09 20:28:47 +0300
commit94b53ebb2b66cfc6009da889b50177a7501145c1 (patch)
treee57d1452d4c4052db75f1867e14025f2c22c5a2b /mate-base
parentmate-base/mate-session-manager: drop required use (diff)
downloadgentoo-94b53ebb2b66cfc6009da889b50177a7501145c1.tar.gz
gentoo-94b53ebb2b66cfc6009da889b50177a7501145c1.tar.bz2
gentoo-94b53ebb2b66cfc6009da889b50177a7501145c1.zip
mate-base/mate-applets: Drop small USEFlag ipv6
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r--mate-base/mate-applets/mate-applets-1.28.0.ebuild3
1 files changed, 1 insertions, 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[@]}"
}