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 2BD7C158020 for ; Fri, 18 Nov 2022 12:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71DC7E0918; Fri, 18 Nov 2022 12:46:20 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 3A690E0918 for ; Fri, 18 Nov 2022 12:46:20 +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 54C0D341094 for ; Fri, 18 Nov 2022 12:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0ED26F8 for ; Fri, 18 Nov 2022 12:46:17 +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: <1668775570.adad8f22c8753ade16d72b1e95f0ede17de09a26.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.2.1.ebuild X-VCS-Directories: sci-astronomy/calcmysky/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: adad8f22c8753ade16d72b1e95f0ede17de09a26 X-VCS-Branch: master Date: Fri, 18 Nov 2022 12:46:17 +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: c8ef99e7-58b3-405e-900e-c4366c0b8c7a X-Archives-Hash: c620ce16975b9af63abf6e9d1cd1bfbd commit: adad8f22c8753ade16d72b1e95f0ede17de09a26 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 18 12:46:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 18 12:46:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adad8f22 sci-astronomy/calcmysky: Keyword 0.2.1 ppc, #879851 Signed-off-by: Arthur Zamarin gentoo.org> sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild b/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild index c65c646a9668..162a28dfa80b 100644 --- a/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild +++ b/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-3" # subslot is soversion SLOT="0/14" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~ppc ~riscv" IUSE="qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )"