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 73435158CB7 for ; Wed, 18 Aug 2021 10:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F43E076B; Wed, 18 Aug 2021 10:05:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 499DCE076B for ; Wed, 18 Aug 2021 10:05:46 +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 46DC5340B53 for ; Wed, 18 Aug 2021 10:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD30B8C3 for ; Wed, 18 Aug 2021 10:05:43 +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: <1629281133.c6c26ecb242ceda147e1a9dd503262de5b22072d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libavc1394/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild X-VCS-Directories: sys-libs/libavc1394/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c6c26ecb242ceda147e1a9dd503262de5b22072d X-VCS-Branch: master Date: Wed, 18 Aug 2021 10:05:43 +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: 24f3d316-ee7c-45da-84da-773d8ea3754c X-Archives-Hash: a20af49372d4fe5275a2e59279943b3a commit: c6c26ecb242ceda147e1a9dd503262de5b22072d Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 18 09:25:41 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 18 10:05:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c26ecb sys-libs/libavc1394: keyword 0.5.4-r2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild index 86de2a87b7b..2bd1328cadf 100644 --- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" BDEPEND="virtual/pkgconfig" DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]"