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/assimp/
Date: Sat, 24 Jul 2021 23:44:07
Message-Id: 1627170090.62145341bf37a46cab8df7617f1b9e72858a60a3.dlan@gentoo
1 commit: 62145341bf37a46cab8df7617f1b9e72858a60a3
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Thu Jul 22 12:56:24 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 23:41:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62145341
7
8 media-libs/assimp: keyword 5.0.1 for ~riscv
9
10 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 media-libs/assimp/assimp-5.0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/assimp/assimp-5.0.1.ebuild b/media-libs/assimp/assimp-5.0.1.ebuild
17 index 95aa293ace4..f7cbcb00f30 100644
18 --- a/media-libs/assimp/assimp-5.0.1.ebuild
19 +++ b/media-libs/assimp/assimp-5.0.1.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=7
26 @@ -12,7 +12,7 @@ doc? ( https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}-docs-${PV}.
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm arm64 x86"
31 +KEYWORDS="amd64 ~arm arm64 ~riscv x86"
32 IUSE="doc samples test"
33
34 RESTRICT="!test? ( test )"