diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 10:15:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 10:15:38 +0100 |
commit | 31b743299bfaeef5a44b92cda84d6bdb296b92f5 (patch) | |
tree | 515f5ce6613c46a63fc1a34cc37aa2593c09f133 /net-irc/iroffer-dinoex | |
parent | net-proxy/squid: remove USE=kqueue (diff) | |
download | gentoo-31b743299bfaeef5a44b92cda84d6bdb296b92f5.tar.gz gentoo-31b743299bfaeef5a44b92cda84d6bdb296b92f5.tar.bz2 gentoo-31b743299bfaeef5a44b92cda84d6bdb296b92f5.zip |
net-irc/iroffer-dinoex: remove USE=kqueue
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 5 | ||||
-rw-r--r-- | net-irc/iroffer-dinoex/metadata.xml | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild index ce098c683324..ebb55a32a0b1 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp" +IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http +memsave ruby ssl +telnet upnp" REQUIRED_USE=" admin? ( http ) @@ -64,7 +64,6 @@ src_configure() { $(usex gnutls '-tls' '' '' '' '')\ $(usex upnp '-upnp' '' '' '')\ $(usex ruby '-ruby' '' '' '')\ - $(usex kqueue '-kqueue' '' '' '')\ $(usex blowfish '' '-no-blowfish' '' '')\ $(usex ssl '' '-no-openssl' '' '')\ $(usex http '' '-no-http' '' '')\ diff --git a/net-irc/iroffer-dinoex/metadata.xml b/net-irc/iroffer-dinoex/metadata.xml index a5cf892924b0..7126c1b73ad6 100644 --- a/net-irc/iroffer-dinoex/metadata.xml +++ b/net-irc/iroffer-dinoex/metadata.xml @@ -14,7 +14,6 @@ <flag name="blowfish">Compile with blowfish encryption support</flag> <flag name="chroot">Compile with chroot support</flag> <flag name="http">Compile with HTTP server support</flag> - <flag name="kqueue">Compile with kqueue() support</flag> <flag name="memsave">Compile with memory protection</flag> <flag name="telnet">Compile with Telnet server support</flag> </use> |