From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1731656-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 2DA881581EE for <garchives@archives.gentoo.org>; Thu, 27 Mar 2025 11:03:23 +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 199AB343110 for <garchives@archives.gentoo.org>; Thu, 27 Mar 2025 11:03:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 012F8110296; Thu, 27 Mar 2025 11:03:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id EBAC7110296 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 11:03:21 +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 A577F34310B for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 11:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7ED236F for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 11:03:20 +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: <1743073373.dc41026939e6c7ea3a4047185bb385880c5e67b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/siril/siril-1.2.6.ebuild X-VCS-Directories: sci-astronomy/siril/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc41026939e6c7ea3a4047185bb385880c5e67b5 X-VCS-Branch: master Date: Thu, 27 Mar 2025 11:03:20 +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: 4ba1bbe0-543d-4706-bc5c-d7629904f727 X-Archives-Hash: 96d53fcb44557621fa4662d7523ac5de commit: dc41026939e6c7ea3a4047185bb385880c5e67b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 27 11:02:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 11:02:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc410269 sci-astronomy/siril: Stabilize 1.2.6 amd64, #952044 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-astronomy/siril/siril-1.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/siril/siril-1.2.6.ebuild b/sci-astronomy/siril/siril-1.2.6.ebuild index 81060208a53e..f08acf469ee0 100644 --- a/sci-astronomy/siril/siril-1.2.6.ebuild +++ b/sci-astronomy/siril/siril-1.2.6.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git" else SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${PN}-${PV/_/-}" fi