net-irc/unrealircd: remove useless USE flag topicisnuhost
authorMichael Palimaka <kensington@gentoo.org>
Sat, 13 Apr 2019 02:30:07 +0000 (12:30 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 13 Apr 2019 02:30:18 +0000 (12:30 +1000)
It has since become a noop upstream, use
set::topic-setter "nick-user-host" instead.

Closes: https://bugs.gentoo.org/682240
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
net-irc/unrealircd/unrealircd-4.2.2.ebuild

index 1d8d584e4d03df9331e985ecde3679da4be8584f..4fa9c22d63788eead5f0b98184f301ff465071ee 100644 (file)
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="class-nofakelag curl +extban-stacking libressl +operoverride operoverride-verify
-       +prefixaq showlistmodes shunnotices topicisnuhost +usermod"
+       +prefixaq showlistmodes shunnotices +usermod"
 
 RDEPEND="
        >=app-crypt/argon2-20171227-r1:=
@@ -90,7 +90,6 @@ src_configure() {
                $(use_enable curl libcurl "${EPREFIX}"/usr) \
                $(use_enable prefixaq) \
                $(use_with showlistmodes) \
-               $(use_with topicisnuhost) \
                $(use_with shunnotices) \
                $(use_with !operoverride no-operoverride) \
                $(use_with operoverride-verify) \