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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05B0C158043 for ; Fri, 19 Apr 2024 06:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5770DE2A05; Fri, 19 Apr 2024 06:39:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1B5CAE2A06 for ; Fri, 19 Apr 2024 06:39:34 +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 680343434C2 for ; Fri, 19 Apr 2024 06:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372CD173C for ; Fri, 19 Apr 2024 06:39:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1713508668.918cbb48c6b7c67810ce6bdbde4a093095e15336.ionen@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 X-VCS-Directories: sci-astronomy/calcmysky/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 918cbb48c6b7c67810ce6bdbde4a093095e15336 X-VCS-Branch: master Date: Fri, 19 Apr 2024 06:39:30 +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: 2ffb7e6a-175c-4224-b776-6a9ad06a03c8 X-Archives-Hash: b8e57205fa651bfe0da5916ab723964d commit: 918cbb48c6b7c67810ce6bdbde4a093095e15336 Author: Matoro Mahri matoro tk> AuthorDate: Thu Apr 18 19:55:45 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Apr 19 06:37:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918cbb48 sci-astronomy/calcmysky: Stabilize 0.3.2 ppc64, #927790 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild b/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild index 80cec5a5f753..f9634b0760a5 100644 --- a/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild +++ b/sci-astronomy/calcmysky/calcmysky-0.3.2.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-3" # subslot is soversion SLOT="0/15" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86" IUSE="qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )"