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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05AFE15808B for ; Sat, 12 Mar 2022 12:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25097E0919; Sat, 12 Mar 2022 12:33:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F3CAE0919 for ; Sat, 12 Mar 2022 12:33:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F06203430F6 for ; Sat, 12 Mar 2022 12:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A851F1 for ; Sat, 12 Mar 2022 12:33:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1647088374.e31dccfea5a8278389183e68f4a2a384b7918485.arthurzam@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.1-r2.ebuild X-VCS-Directories: net-irc/ngircd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e31dccfea5a8278389183e68f4a2a384b7918485 X-VCS-Branch: master Date: Sat, 12 Mar 2022 12:33:04 +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: 9d918318-9cdd-46a2-9153-d8d9dd5c97ce X-Archives-Hash: 37a97f25a458baa6e8972031b6bce5b2 commit: e31dccfea5a8278389183e68f4a2a384b7918485 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 12 12:32:54 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 12 12:32:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31dccfe net-irc/ngircd: Stabilize 26.1-r2 arm, #834934 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/ngircd/ngircd-26.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/ngircd/ngircd-26.1-r2.ebuild b/net-irc/ngircd/ngircd-26.1-r2.ebuild index c5aa2c96348a..284e4d034cce 100644 --- a/net-irc/ngircd/ngircd-26.1-r2.ebuild +++ b/net-irc/ngircd/ngircd-26.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://arthur.barton.de/pub/${PN}/${P}.tar.gz.sig )" 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 pam +ssl strict-rfc tcpd test zlib" # Flaky test needs investigation (bug 719256)