From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20735138334 for ; Sat, 13 Apr 2019 02:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12C73E08A2; Sat, 13 Apr 2019 02:30:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF67CE08A2 for ; Sat, 13 Apr 2019 02:30:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3016A340D20 for ; Sat, 13 Apr 2019 02:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E484452 for ; Sat, 13 Apr 2019 02:30:33 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1555122618.81abbae9a66960582a5faf66150111fabe4526ea.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/unrealircd/unrealircd-4.2.2.ebuild X-VCS-Directories: net-irc/unrealircd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 81abbae9a66960582a5faf66150111fabe4526ea X-VCS-Branch: master Date: Sat, 13 Apr 2019 02:30:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd06030e-a3ba-43e9-836f-1eab98ff78b4 X-Archives-Hash: 686efafea04476b4a57e551384d2f560 commit: 81abbae9a66960582a5faf66150111fabe4526ea Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 13 02:30:07 2019 +0000 Commit: Michael Palimaka gentoo 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 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) \