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 262A015808D for ; Thu, 21 Apr 2022 08:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FA1E08DD; Thu, 21 Apr 2022 08:26:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A7ECE08DD for ; Thu, 21 Apr 2022 08:26:03 +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 33AB93413E0 for ; Thu, 21 Apr 2022 08:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8F93BB for ; Thu, 21 Apr 2022 08:25:59 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1650529543.c6a20bf6fed9e359089c533dc87159dc51fc4b8d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/pygresql-5.2.4.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c6a20bf6fed9e359089c533dc87159dc51fc4b8d X-VCS-Branch: master Date: Thu, 21 Apr 2022 08:25:59 +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: f2558ae9-04cc-4139-8281-4acf8d90f9ea X-Archives-Hash: 85e4431704b8a13e89080fd23ebab61e commit: c6a20bf6fed9e359089c533dc87159dc51fc4b8d Author: Jakov Smolić gentoo org> AuthorDate: Thu Apr 21 08:25:43 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 21 08:25:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a20bf6 dev-python/pygresql: Stabilize 5.2.4 x86, #835257 Signed-off-by: Jakov Smolić gentoo.org> dev-python/pygresql/pygresql-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygresql/pygresql-5.2.4.ebuild b/dev-python/pygresql/pygresql-5.2.4.ebuild index b005a0878492..89f957483df9 100644 --- a/dev-python/pygresql/pygresql-5.2.4.ebuild +++ b/dev-python/pygresql/pygresql-5.2.4.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86" DEPEND="${POSTGRES_DEP}" RDEPEND="${DEPEND}"