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 9705A13835A for ; Sat, 25 Jul 2020 13:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C58DDE08F3; Sat, 25 Jul 2020 13:09:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE5C5E08F3 for ; Sat, 25 Jul 2020 13:09:16 +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 580E534F2D0 for ; Sat, 25 Jul 2020 13:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41F72EF for ; Sat, 25 Jul 2020 13:09:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595682425.01602d2f378e275bfa3ce006ec982f8d8af65eb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ngircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ngircd/ngircd-26.ebuild X-VCS-Directories: net-irc/ngircd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01602d2f378e275bfa3ce006ec982f8d8af65eb6 X-VCS-Branch: master Date: Sat, 25 Jul 2020 13:09:10 +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: c2b09241-f0f7-4780-a3d0-c34537d01d20 X-Archives-Hash: b68917ed55d7be80ed7cbe93c5075a64 commit: 01602d2f378e275bfa3ce006ec982f8d8af65eb6 Author: Sam James gentoo org> AuthorDate: Sat Jul 25 13:07:05 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 25 13:07:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01602d2f net-irc/ngircd: arm64 stable (bug #733714) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-irc/ngircd/ngircd-26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/ngircd/ngircd-26.ebuild b/net-irc/ngircd/ngircd-26.ebuild index 7692c06e1e9..c81dba3e9fa 100644 --- a/net-irc/ngircd/ngircd-26.ebuild +++ b/net-irc/ngircd/ngircd-26.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://arthur.barton.de/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 x86 ~x64-macos" IUSE="debug gnutls ident irc-plus +ipv6 libressl pam +ssl strict-rfc tcpd test zlib" RESTRICT="!test? ( test )"