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 7A0D21580B9 for ; Tue, 24 Aug 2021 14:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C714E0932; Tue, 24 Aug 2021 14:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 77694E0932 for ; Tue, 24 Aug 2021 14:33:42 +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 0CA5C33E830 for ; Tue, 24 Aug 2021 14:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39EB086D for ; Tue, 24 Aug 2021 14:33:39 +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: <1629815594.6c5df78a5d824a82c3530785d74be5b7b3030de3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-amrwbenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild X-VCS-Directories: media-libs/vo-amrwbenc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6c5df78a5d824a82c3530785d74be5b7b3030de3 X-VCS-Branch: master Date: Tue, 24 Aug 2021 14:33:39 +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: 8e94a4ae-25b0-4cf0-9b6e-8c4e566b3d32 X-Archives-Hash: 1ea7fc58d4085f769ca9f2fea80c44bb commit: 6c5df78a5d824a82c3530785d74be5b7b3030de3 Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 24 12:39:15 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 24 14:33:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5df78a media-libs/vo-amrwbenc: keyword 0.1.3 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 80547d38819..ca88689655a 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git" else SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos" fi DESCRIPTION="VisualOn AMR-WB encoder library"