commit:     a235ef701f4da4d5840ae5209887916e87aab2f3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 21:11:47 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 21:11:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a235ef70

net-misc/eventd: Drop IUSE=ipv6

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/eventd/eventd-0.29.0-r2.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/net-misc/eventd/eventd-0.29.0-r2.ebuild 
b/net-misc/eventd/eventd-0.29.0-r2.ebuild
index 0692cd914b6c..0c6729f4ee5b 100644
--- a/net-misc/eventd/eventd-0.29.0-r2.ebuild
+++ b/net-misc/eventd/eventd-0.29.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.eventd.org/download/eventd/${P}.tar.xz";
 LICENSE="GPL-3+ LGPL-3+ ISC MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification
+IUSE="debug fbcon +introspection libcanberra libnotify +notification
        pulseaudio purple speech systemd test upnp webhook websocket +X 
zeroconf"
 
 RESTRICT="!test? ( test )"
@@ -69,13 +69,6 @@ BDEPEND="
        virtual/pkgconfig
 "
 
-pkg_setup() {
-       if use ipv6; then
-               CONFIG_CHECK=$(usex test 'IPV6' '~IPV6')
-               linux-info_pkg_setup
-       fi
-}
-
 src_configure() {
        # wayland disabled due to missing dep in ::gentoo, wayland-wall
        local emesonargs=(
@@ -87,7 +80,7 @@ src_configure() {
                $(meson_feature websocket)
                $(meson_feature zeroconf dns-sd)
                $(meson_feature upnp ssdp)
-               $(meson_use ipv6)
+               -Dipv6=true
                $(meson_use systemd)
                $(meson_use notification notification-daemon)
                $(meson_use X nd-xcb)

Reply via email to