Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/
Date: Tue, 04 Jan 2022 09:15:49
Message-Id: 1641287738.31b743299bfaeef5a44b92cda84d6bdb296b92f5.soap@gentoo
1 commit: 31b743299bfaeef5a44b92cda84d6bdb296b92f5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 09:15:38 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 09:15:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b74329
7
8 net-irc/iroffer-dinoex: remove USE=kqueue
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 5 ++---
13 net-irc/iroffer-dinoex/metadata.xml | 1 -
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
17 index ce098c683324..ebb55a32a0b1 100644
18 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
19 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -16,7 +16,7 @@ SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 x86"
30 -IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp"
31 +IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http +memsave ruby ssl +telnet upnp"
32
33 REQUIRED_USE="
34 admin? ( http )
35 @@ -64,7 +64,6 @@ src_configure() {
36 $(usex gnutls '-tls' '' '' '' '')\
37 $(usex upnp '-upnp' '' '' '')\
38 $(usex ruby '-ruby' '' '' '')\
39 - $(usex kqueue '-kqueue' '' '' '')\
40 $(usex blowfish '' '-no-blowfish' '' '')\
41 $(usex ssl '' '-no-openssl' '' '')\
42 $(usex http '' '-no-http' '' '')\
43
44 diff --git a/net-irc/iroffer-dinoex/metadata.xml b/net-irc/iroffer-dinoex/metadata.xml
45 index a5cf892924b0..7126c1b73ad6 100644
46 --- a/net-irc/iroffer-dinoex/metadata.xml
47 +++ b/net-irc/iroffer-dinoex/metadata.xml
48 @@ -14,7 +14,6 @@
49 <flag name="blowfish">Compile with blowfish encryption support</flag>
50 <flag name="chroot">Compile with chroot support</flag>
51 <flag name="http">Compile with HTTP server support</flag>
52 - <flag name="kqueue">Compile with kqueue() support</flag>
53 <flag name="memsave">Compile with memory protection</flag>
54 <flag name="telnet">Compile with Telnet server support</flag>
55 </use>