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 0CC6C138334 for ; Sat, 4 May 2019 14:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B807E0849; Sat, 4 May 2019 14:28:40 +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 81D10E0849 for ; Sat, 4 May 2019 14:28:40 +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 F4035343553 for ; Sat, 4 May 2019 14:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8D2A5D9 for ; Sat, 4 May 2019 14:28:36 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1556980096.39b68f1dc1be931cbf3ee71db4ec025d6bff1ee4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/ufed/ufed-0.94.ebuild app-portage/ufed/ufed-9999.ebuild X-VCS-Directories: app-portage/ufed/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 39b68f1dc1be931cbf3ee71db4ec025d6bff1ee4 X-VCS-Branch: master Date: Sat, 4 May 2019 14:28:36 +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: b0cb93cf-2e96-470c-8e7d-6c62a6b4ca87 X-Archives-Hash: ccdcd7fb97df41ecf91a489d65859bf6 commit: 39b68f1dc1be931cbf3ee71db4ec025d6bff1ee4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 4 14:25:25 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 4 14:28:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b68f1d app-portage/ufed: keyword ~riscv Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> app-portage/ufed/ufed-0.94.ebuild | 2 +- app-portage/ufed/ufed-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/ufed/ufed-0.94.ebuild b/app-portage/ufed/ufed-0.94.ebuild index dcaf61631b1..85c8b8d5d9a 100644 --- a/app-portage/ufed/ufed-0.94.ebuild +++ b/app-portage/ufed/ufed-0.94.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" else SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit autotools out-of-source diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild index 0f55f3198f9..74f9f4a789b 100644 --- a/app-portage/ufed/ufed-9999.ebuild +++ b/app-portage/ufed/ufed-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" else SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit autotools out-of-source