diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-04-13 12:30:07 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-04-13 12:30:18 +1000 |
commit | 81abbae9a66960582a5faf66150111fabe4526ea (patch) | |
tree | 3a1fb2728c5a68b5a415c25f788d1773ffacb828 /net-irc/unrealircd | |
parent | dev-libs/xxhash: arm64 keyworded (bug #663178) (diff) | |
download | gentoo-81abbae9a66960582a5faf66150111fabe4526ea.tar.gz gentoo-81abbae9a66960582a5faf66150111fabe4526ea.tar.bz2 gentoo-81abbae9a66960582a5faf66150111fabe4526ea.zip |
net-irc/unrealircd: remove useless USE flag topicisnuhost
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>
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/unrealircd-4.2.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-irc/unrealircd/unrealircd-4.2.2.ebuild b/net-irc/unrealircd/unrealircd-4.2.2.ebuild index 1d8d584e4d03..4fa9c22d6378 100644 --- a/net-irc/unrealircd/unrealircd-4.2.2.ebuild +++ b/net-irc/unrealircd/unrealircd-4.2.2.ebuild @@ -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) \ |