Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tremor/
Date: Tue, 25 May 2021 08:25:15
Message-Id: 1621931026.c4f78608197e7dd1a069efd01bb9270baf318d1c.dlan@gentoo
1 commit: c4f78608197e7dd1a069efd01bb9270baf318d1c
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 24 14:37:12 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 08:23:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f78608
7
8 media-libs/tremor: add riscv keyword
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 media-libs/tremor/tremor-0_pre20130223-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/tremor/tremor-0_pre20130223-r2.ebuild b/media-libs/tremor/tremor-0_pre20130223-r2.ebuild
17 index 6b4f301c3d5..dd8a83316d2 100644
18 --- a/media-libs/tremor/tremor-0_pre20130223-r2.ebuild
19 +++ b/media-libs/tremor/tremor-0_pre20130223-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
31 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
32 IUSE="low-accuracy static-libs"
33
34 RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]"