From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4C1711584F2 for ; Sun, 16 Mar 2025 11:46:17 +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 370EC343232 for ; Sun, 16 Mar 2025 11:46:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F08ED1103CB; Sun, 16 Mar 2025 11:46:07 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E78821103CB for ; Sun, 16 Mar 2025 11:46:07 +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 9FA8634308D for ; Sun, 16 Mar 2025 11:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B24422B0 for ; Sun, 16 Mar 2025 11:46:06 +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: <1742125537.7c7a4f3a37544aa20d5ba23185a4b222b79ad6c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.7.5.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c7a4f3a37544aa20d5ba23185a4b222b79ad6c3 X-VCS-Branch: master Date: Sun, 16 Mar 2025 11:46:06 +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: 16015e35-9fd8-45ef-a4f7-a9f55e75b637 X-Archives-Hash: 3ed43073e22a815221fd93161030e9ce commit: 7c7a4f3a37544aa20d5ba23185a4b222b79ad6c3 Author: Sam James gentoo org> AuthorDate: Sun Mar 16 11:45:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 16 11:45:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7a4f3a sci-astronomy/kstars: Stabilize 3.7.5 amd64, #949206 Signed-off-by: Sam James gentoo.org> sci-astronomy/kstars/kstars-3.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/kstars/kstars-3.7.5.ebuild b/sci-astronomy/kstars/kstars-3.7.5.ebuild index af5b23d02f3e..36e94f1b2dec 100644 --- a/sci-astronomy/kstars/kstars-3.7.5.ebuild +++ b/sci-astronomy/kstars/kstars-3.7.5.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kstars/ https://kstars.kde.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+ GPL-3+"