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 792021382C5 for ; Sat, 30 Jan 2021 08:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B2DE0ACB; Sat, 30 Jan 2021 08:09:57 +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 68C8CE0ACB for ; Sat, 30 Jan 2021 08:09:57 +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 E9DDF340FB6 for ; Sat, 30 Jan 2021 08:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B28476 for ; Sat, 30 Jan 2021 08:09:54 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1611994129.f04b3a0204c7045996118aa624bd8482848da1f9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild X-VCS-Directories: sys-kernel/gentoo-sources/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f04b3a0204c7045996118aa624bd8482848da1f9 X-VCS-Branch: master Date: Sat, 30 Jan 2021 08:09:54 +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: b2bb92ce-5964-4c70-9274-d69216f78ca3 X-Archives-Hash: 1b0cac5afbe370a6937dd4298ce1d884 commit: f04b3a0204c7045996118aa624bd8482848da1f9 Author: Yixun Lan gentoo org> AuthorDate: Sat Jan 30 08:08:49 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jan 30 08:08:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04b3a02 sys-kernel/gentoo-sources: add riscv support I've tested on sifive unleashed board which works fine Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild index e9b97bd5aeb..c8d0c37d4a3 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.11.ebuild @@ -10,7 +10,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" IUSE="experimental"