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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DD411582EF for ; Wed, 26 Feb 2025 20:30:11 +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 2E98333BF29 for ; Wed, 26 Feb 2025 20:30:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 308AE1102C9; Wed, 26 Feb 2025 20:30:10 +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 270A81102C9 for ; Wed, 26 Feb 2025 20:30:10 +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 D9ACA3406D1 for ; Wed, 26 Feb 2025 20:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42BCD1A10 for ; Wed, 26 Feb 2025 20:30:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1740601758.c8df1b82f0bc53435202ba684377050dc4f5d9c3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild X-VCS-Directories: sci-astronomy/calcmysky/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c8df1b82f0bc53435202ba684377050dc4f5d9c3 X-VCS-Branch: master Date: Wed, 26 Feb 2025 20:30:08 +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: e01049c4-0b64-4f9f-9502-a3b02e128161 X-Archives-Hash: d92e7cd29840803704cd782835957179 commit: c8df1b82f0bc53435202ba684377050dc4f5d9c3 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Feb 26 20:28:28 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Feb 26 20:29:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8df1b82 sci-astronomy/calcmysky: dekeyword ppc64 Bug: https://bugs.gentoo.org/945575 Signed-off-by: Arthur Zamarin gentoo.org> sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild | 4 ++-- sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild b/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild index e3ede195f0c9..e471ed3cd60d 100644 --- a/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild +++ b/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-3" # subslot is soversion SLOT="0/15" -KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~riscv ~x86" IUSE="+qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )" diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild b/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild index 62e012868ffd..a0424fbbe4ec 100644 --- a/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild +++ b/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/CalcMySky-${PV}" LICENSE="GPL-3" # subslot is soversion SLOT="0/15" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~riscv ~x86" DEPEND=" dev-cpp/eigen:3