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 4EC7913946D for ; Sun, 15 Aug 2021 21:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 885FFE097E; Sat, 14 Aug 2021 23:15:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6F5EFE097E for ; Sat, 14 Aug 2021 23:15:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8290A3431D9 for ; Sat, 14 Aug 2021 23:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 973318D2 for ; Sat, 14 Aug 2021 23:15:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628982916.1948c448f159530f6dc232fc08985367eab8596b.marecki@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.1.0-r1.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1948c448f159530f6dc232fc08985367eab8596b X-VCS-Branch: master Date: Sat, 14 Aug 2021 23:15:25 +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: 4158b3fa-4d4a-4a46-a5c6-3ddbbb0b3c22 X-Archives-Hash: a910af2761b34346003bad5a3904b90e commit: 1948c448f159530f6dc232fc08985367eab8596b Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 14 23:10:01 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Aug 14 23:15:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1948c448 sci-libs/proj: keyword 8.1.0-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sci-libs/proj/proj-8.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/proj/proj-8.1.0-r1.ebuild b/sci-libs/proj/proj-8.1.0-r1.ebuild index 501de56a4e6..9898a2c4666 100644 --- a/sci-libs/proj/proj-8.1.0-r1.ebuild +++ b/sci-libs/proj/proj-8.1.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0/23" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~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 europe test +tiff" REQUIRED_USE="test? ( !europe )"