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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A82591382C5 for ; Sat, 13 Feb 2021 20:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4FF9E076B; Sat, 13 Feb 2021 20:33:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC4CAE076B for ; Sat, 13 Feb 2021 20:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C3B6340CD2 for ; Sat, 13 Feb 2021 20:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E116D495 for ; Sat, 13 Feb 2021 20:33:49 +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: <1613248421.d66fe9bd121a5dfb3de179b0697c847fe5aa0dcb.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-7.2.1.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d66fe9bd121a5dfb3de179b0697c847fe5aa0dcb X-VCS-Branch: master Date: Sat, 13 Feb 2021 20:33:49 +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: 81df9ec1-c5a1-460c-949b-bb53b3de1bf9 X-Archives-Hash: 960135adf0690f9c4d5ee39c833c2ae8 commit: d66fe9bd121a5dfb3de179b0697c847fe5aa0dcb Author: Sam James gentoo org> AuthorDate: Sat Feb 13 20:33:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 13 20:33:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66fe9bd sci-libs/proj: Stabilize 7.2.1 amd64, #769152 Signed-off-by: Sam James gentoo.org> sci-libs/proj/proj-7.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/proj/proj-7.2.1.ebuild b/sci-libs/proj/proj-7.2.1.ebuild index 13697cd9110..0bd4b366cae 100644 --- a/sci-libs/proj/proj-7.2.1.ebuild +++ b/sci-libs/proj/proj-7.2.1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0/19" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="curl europe static-libs test +tiff" REQUIRED_USE="test? ( !europe )"