commit: 31b743299bfaeef5a44b92cda84d6bdb296b92f5 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 09:15:38 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 09:15:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b74329
net-irc/iroffer-dinoex: remove USE=kqueue Signed-off-by: David Seifert <soap <AT> gentoo.org> net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 5 ++--- 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>