commit: 81abbae9a66960582a5faf66150111fabe4526ea Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 02:30:07 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 02:30:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81abbae9
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 <AT> gentoo.org> net-irc/unrealircd/unrealircd-4.2.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-irc/unrealircd/unrealircd-4.2.2.ebuild b/net-irc/unrealircd/unrealircd-4.2.2.ebuild index 1d8d584e4d0..4fa9c22d637 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) \
