From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1730952-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 774E21581EE for <garchives@archives.gentoo.org>; Mon, 24 Mar 2025 11:46:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 61B3C343524 for <garchives@archives.gentoo.org>; Mon, 24 Mar 2025 11:46:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 298DB1104BB; Mon, 24 Mar 2025 11:46:14 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 178921104BB for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:14 +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 C757C3433CE for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32CEB28C1 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:10 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1742816725.50ecdb554846876ae1157f9d4d67423dbbc91efb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild X-VCS-Directories: dev-lang/swi-prolog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50ecdb554846876ae1157f9d4d67423dbbc91efb X-VCS-Branch: master Date: Mon, 24 Mar 2025 11:46:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a941efe-65a6-40d3-a0a7-45a495749fd6 X-Archives-Hash: 8f4f7c990e80df03cb4bc908e7aa760a commit: 50ecdb554846876ae1157f9d4d67423dbbc91efb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 24 11:45:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 24 11:45:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ecdb55 dev-lang/swi-prolog: Stabilize 9.3.9 amd64, #951967 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild b/dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild index f2edfed3417b..c09b9e2def95 100644 --- a/dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild +++ b/dev-lang/swi-prolog/swi-prolog-9.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ else SRC_URI="https://www.swi-prolog.org/download/devel/src/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="BSD-2"