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 B74761382C5 for ; Mon, 8 Jun 2020 06:41:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762FFE08C9; Mon, 8 Jun 2020 06:41:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5CC2DE08C9 for ; Mon, 8 Jun 2020 06:41:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 21B3B34F3CE for ; Mon, 8 Jun 2020 06:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8215327F for ; Mon, 8 Jun 2020 06:41:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591598479.0abf63c846d3d292fa59c36c72e39eb46b62d8c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ngircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ngircd/ngircd-25.ebuild X-VCS-Directories: net-irc/ngircd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0abf63c846d3d292fa59c36c72e39eb46b62d8c5 X-VCS-Branch: master Date: Mon, 8 Jun 2020 06:41:38 +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: a961af32-9aca-46b7-9688-b48ae0718666 X-Archives-Hash: 2c6e32ab744511a55965ab34e083b38f commit: 0abf63c846d3d292fa59c36c72e39eb46b62d8c5 Author: Sam James (sam_c) cmpct info> AuthorDate: Sat Jun 6 19:52:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 06:41:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abf63c8 net-irc/ngircd: arm keyworded (bug #705546) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> net-irc/ngircd/ngircd-25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/ngircd/ngircd-25.ebuild b/net-irc/ngircd/ngircd-25.ebuild index 91c35b8f91c..9731ff569a4 100644 --- a/net-irc/ngircd/ngircd-25.ebuild +++ b/net-irc/ngircd/ngircd-25.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://arthur.barton.de/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~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 )"