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 6E54D15808B for ; Fri, 15 Apr 2022 06:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC26E0930; Fri, 15 Apr 2022 06:36:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DB10EE092F for ; Fri, 15 Apr 2022 06:36:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF102341DBB for ; Fri, 15 Apr 2022 06:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B483BB for ; Fri, 15 Apr 2022 06:36:32 +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: <1650004572.987dc7c7c7dd0048ec6b28c5e4194c375c770f3f.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-r4.ebuild X-VCS-Directories: net-irc/ngircd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 987dc7c7c7dd0048ec6b28c5e4194c375c770f3f X-VCS-Branch: master Date: Fri, 15 Apr 2022 06:36:32 +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: 7c01d928-1773-4db9-8166-748e881efd77 X-Archives-Hash: c9ffbbd0a7032f45934357777388a3f1 commit: 987dc7c7c7dd0048ec6b28c5e4194c375c770f3f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 15 06:36:12 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 15 06:36:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987dc7c7 net-irc/ngircd: Stabilize 26.1-r4 arm, #838154 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/ngircd/ngircd-26.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/ngircd/ngircd-26.1-r4.ebuild b/net-irc/ngircd/ngircd-26.1-r4.ebuild index 26eb418a5ef3..383cb5fad69a 100644 --- a/net-irc/ngircd/ngircd-26.1-r4.ebuild +++ b/net-irc/ngircd/ngircd-26.1-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://arthur.barton.de/pub/${PN}/${P}.tar.xz.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)