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 74F4515808B for ; Wed, 2 Mar 2022 03:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F13E0855; Wed, 2 Mar 2022 03:42:59 +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 58B90E0855 for ; Wed, 2 Mar 2022 03:42:59 +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 2C596343656 for ; Wed, 2 Mar 2022 03:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230AB2FA for ; Wed, 2 Mar 2022 03:42:55 +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: <1646192508.a8bc81399aea5d45e6778a6125f3cc7ca2a7b2a0.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.1.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8bc81399aea5d45e6778a6125f3cc7ca2a7b2a0 X-VCS-Branch: master Date: Wed, 2 Mar 2022 03:42:55 +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: b782067c-f30d-4a43-9483-74702dec197c X-Archives-Hash: 73903f650396ef0b78f3983417d050e3 commit: a8bc81399aea5d45e6778a6125f3cc7ca2a7b2a0 Author: Sam James gentoo org> AuthorDate: Wed Mar 2 03:41:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 2 03:41:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bc8139 sci-libs/proj: Stabilize 8.2.1 amd64, #834451 Signed-off-by: Sam James gentoo.org> sci-libs/proj/proj-8.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/proj/proj-8.2.1.ebuild b/sci-libs/proj/proj-8.2.1.ebuild index 35637f3d5d09..8aa68c9d828e 100644 --- a/sci-libs/proj/proj-8.2.1.ebuild +++ b/sci-libs/proj/proj-8.2.1.ebuild @@ -19,7 +19,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 )"