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 905581581F3 for ; Sun, 1 Dec 2024 22:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B685DE0856; Sun, 1 Dec 2024 22:37:03 +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 990A7E0844 for ; Sun, 1 Dec 2024 22:37:03 +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 60F38340CA7 for ; Sun, 1 Dec 2024 22:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DE622C6 for ; Sun, 1 Dec 2024 22:36: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: <1733092581.b617e9a7c1d01f5c657ef20728503d206ff97d4e.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pspg/pspg-5.8.1.ebuild X-VCS-Directories: dev-db/pspg/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b617e9a7c1d01f5c657ef20728503d206ff97d4e X-VCS-Branch: master Date: Sun, 1 Dec 2024 22:36: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: 1740563f-c95a-4ae4-90b2-ded221e94783 X-Archives-Hash: 756a7f16566b72a72f5d7976ceec11fa commit: b617e9a7c1d01f5c657ef20728503d206ff97d4e Author: Jakov Smolić gentoo org> AuthorDate: Sun Dec 1 22:36:21 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Dec 1 22:36:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b617e9a7 dev-db/pspg: Stabilize 5.8.1 x86, #945635 Signed-off-by: Jakov Smolić gentoo.org> dev-db/pspg/pspg-5.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pspg/pspg-5.8.1.ebuild b/dev-db/pspg/pspg-5.8.1.ebuild index 36f09ddb9371..cc5f0e9d4291 100644 --- a/dev-db/pspg/pspg-5.8.1.ebuild +++ b/dev-db/pspg/pspg-5.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="postgres" RESTRICT="test"