diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-22 22:56:24 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-25 07:41:30 +0800 |
commit | 62145341bf37a46cab8df7617f1b9e72858a60a3 (patch) | |
tree | 287b0ab7611b6a92ce9b1604436514d08365b55e /media-libs | |
parent | dev-qt/qtquickcontrols2: keyword 5.15.2 for ~riscv (diff) | |
download | gentoo-62145341bf37a46cab8df7617f1b9e72858a60a3.tar.gz gentoo-62145341bf37a46cab8df7617f1b9e72858a60a3.tar.bz2 gentoo-62145341bf37a46cab8df7617f1b9e72858a60a3.zip |
media-libs/assimp: keyword 5.0.1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/assimp/assimp-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/assimp/assimp-5.0.1.ebuild b/media-libs/assimp/assimp-5.0.1.ebuild index 95aa293ace46..f7cbcb00f305 100644 --- a/media-libs/assimp/assimp-5.0.1.ebuild +++ b/media-libs/assimp/assimp-5.0.1.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 @@ -12,7 +12,7 @@ doc? ( https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}-docs-${PV}. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="doc samples test" RESTRICT="!test? ( test )" |