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 3ECD7158086 for ; Mon, 6 Dec 2021 01:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9842E2BC013; Mon, 6 Dec 2021 01:17:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6C81B2BC023 for ; Mon, 6 Dec 2021 01:17:58 +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 6DE0A3435D7 for ; Mon, 6 Dec 2021 01:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B97210 for ; Mon, 6 Dec 2021 01:17:52 +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: <1638753433.78d3f663e5a2cfee1bde8782a24085fc0b33e660.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/proj/proj-8.2.0.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78d3f663e5a2cfee1bde8782a24085fc0b33e660 X-VCS-Branch: master Date: Mon, 6 Dec 2021 01:17:52 +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: ca439c7a-5f5c-444e-939b-e0960179f0cd X-Archives-Hash: 2411608a4c45a66a8853d78de719abf9 commit: 78d3f663e5a2cfee1bde8782a24085fc0b33e660 Author: Sam James gentoo org> AuthorDate: Mon Dec 6 01:17:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 6 01:17:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d3f663 sci-libs/proj: Stabilize 8.2.0 ppc, #828396 Signed-off-by: Sam James gentoo.org> sci-libs/proj/proj-8.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/proj/proj-8.2.0.ebuild b/sci-libs/proj/proj-8.2.0.ebuild index 2a4ea30f8645..71477c3294b8 100644 --- a/sci-libs/proj/proj-8.2.0.ebuild +++ b/sci-libs/proj/proj-8.2.0.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT" # going to correspond... # It's far less confusing to just increment it again here (so N+1) SLOT="0/24" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="curl test +tiff" RESTRICT="!test? ( test )"