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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 797A9158042 for ; Sun, 10 Nov 2024 20:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE8DE0855; Sun, 10 Nov 2024 20:01:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C597EE0855 for ; Sun, 10 Nov 2024 20:01:51 +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 1875433E3A9 for ; Sun, 10 Nov 2024 20:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C48B1953 for ; Sun, 10 Nov 2024 20:01:49 +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: <1731268895.d6e0cda0a647fdc20a188e5af442c4cb51f045ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-authlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/courier-authlib/courier-authlib-0.72.3.ebuild X-VCS-Directories: net-libs/courier-authlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d6e0cda0a647fdc20a188e5af442c4cb51f045ab X-VCS-Branch: master Date: Sun, 10 Nov 2024 20:01:49 +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: ff9246a1-6452-428b-9805-7bc4cf52d707 X-Archives-Hash: 810b9c77ee6506fe4ff4fa79a86caec1 commit: d6e0cda0a647fdc20a188e5af442c4cb51f045ab Author: Sam James gentoo org> AuthorDate: Sun Nov 10 20:01:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 10 20:01:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e0cda0 net-libs/courier-authlib: Stabilize 0.72.3 x86, #943165 Signed-off-by: Sam James gentoo.org> net-libs/courier-authlib/courier-authlib-0.72.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/courier-authlib/courier-authlib-0.72.3.ebuild b/net-libs/courier-authlib/courier-authlib-0.72.3.ebuild index 151774962e2e..58416e35b80a 100644 --- a/net-libs/courier-authlib/courier-authlib-0.72.3.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.72.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs" RESTRICT="!berkdb? ( test )"