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 AC0F115ACFD for ; Mon, 10 Apr 2023 21:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E49D9E086B; Mon, 10 Apr 2023 21:54:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2EECE086B for ; Mon, 10 Apr 2023 21:54:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5676340D54 for ; Mon, 10 Apr 2023 21:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 197B7A3A for ; Mon, 10 Apr 2023 21:54:48 +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: <1681163668.67d0ceb295ad4421f2023bdee19226b20662b452.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild X-VCS-Directories: net-irc/atheme-services/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67d0ceb295ad4421f2023bdee19226b20662b452 X-VCS-Branch: master Date: Mon, 10 Apr 2023 21:54:48 +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: 5eea8d79-de7d-4891-8a4d-6e5b621f0739 X-Archives-Hash: 657ab9f4d409e75ecddcd20105095d09 commit: 67d0ceb295ad4421f2023bdee19226b20662b452 Author: Sam James gentoo org> AuthorDate: Mon Apr 10 21:54:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 10 21:54:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d0ceb2 net-irc/atheme-services: Stabilize 7.2.12-r4 amd64, #904084 Signed-off-by: Sam James gentoo.org> net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild index 1868e2015273..335443e95737 100644 --- a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild +++ b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="cracklib largenet ldap nls +pcre perl profile ssl" S="${WORKDIR}/${PN}-v${PV}"