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 A42B213934E for ; Tue, 27 Jul 2021 21:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B12FE0880; Tue, 27 Jul 2021 21:54:23 +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 4270AE0880 for ; Tue, 27 Jul 2021 21:54:23 +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 A35DE342C29 for ; Tue, 27 Jul 2021 21:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB0D845 for ; Tue, 27 Jul 2021 21:54:20 +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: <1627422847.9a2f7ffdf2eeda1bff1b3d378a496af5920ed9f1.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/darts/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/darts/darts-0.32h_pre20181117064816.ebuild X-VCS-Directories: dev-libs/darts/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9a2f7ffdf2eeda1bff1b3d378a496af5920ed9f1 X-VCS-Branch: master Date: Tue, 27 Jul 2021 21:54:20 +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: 9aa85758-469d-4bd4-923e-5a9e4be63275 X-Archives-Hash: 08edcd0c52fa1a3806b3b67c4af517e1 commit: 9a2f7ffdf2eeda1bff1b3d378a496af5920ed9f1 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 27 21:25:36 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 27 21:54:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2f7ffd dev-libs/darts: keyword 0.32h_pre20181117064816 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/darts/darts-0.32h_pre20181117064816.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/darts/darts-0.32h_pre20181117064816.ebuild b/dev-libs/darts/darts-0.32h_pre20181117064816.ebuild index 92cb98b7532..7fb42792909 100644 --- a/dev-libs/darts/darts-0.32h_pre20181117064816.ebuild +++ b/dev-libs/darts/darts-0.32h_pre20181117064816.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2019 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -25,7 +25,7 @@ fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" BDEPEND=""