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 A3BC71382C5 for ; Fri, 4 Dec 2020 14:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C08AFE098E; Fri, 4 Dec 2020 14:24:39 +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 AB3BBE098E for ; Fri, 4 Dec 2020 14:24:39 +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 6901534101E for ; Fri, 4 Dec 2020 14:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0D2C47B for ; Fri, 4 Dec 2020 14:24:36 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1607091861.c9885eda2c9d5396224c96d0ffaeff82ba60c34f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-2.9.0.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c9885eda2c9d5396224c96d0ffaeff82ba60c34f X-VCS-Branch: master Date: Fri, 4 Dec 2020 14:24: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: deef129b-ff47-4d6a-b764-ad24dc18a732 X-Archives-Hash: 38dd2d9425aa2a9696b66214630474ec commit: c9885eda2c9d5396224c96d0ffaeff82ba60c34f Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 4 13:25:23 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 4 14:24:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9885eda x11-libs/libva: Keyword 2.9.0 riscv, #756115 Signed-off-by: Mikle Kolyada gentoo.org> x11-libs/libva/libva-2.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libva/libva-2.9.0.ebuild b/x11-libs/libva/libva-2.9.0.ebuild index 016d79e6442..8f2102c46d6 100644 --- a/x11-libs/libva/libva-2.9.0.ebuild +++ b/x11-libs/libva/libva-2.9.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then # Live ebuild AUTOTOOLS_AUTORECONF="yes" else SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT"