diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2021-12-28 21:06:50 +1100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-29 21:39:29 +0800 |
commit | 22fbac089cc07ca5ba8997abcea51a10ece33eec (patch) | |
tree | 0d652c7accdc238fdca551d8da25d7b7b1f88e6a | |
parent | app-text/libwps: keyword 0.4.12 for ~riscv (diff) | |
download | gentoo-22fbac089cc07ca5ba8997abcea51a10ece33eec.tar.gz gentoo-22fbac089cc07ca5ba8997abcea51a10ece33eec.tar.bz2 gentoo-22fbac089cc07ca5ba8997abcea51a10ece33eec.zip |
dev-libs/imath: keyword 3.1.3 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | dev-libs/imath/imath-3.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.1.3.ebuild b/dev-libs/imath/imath-3.1.3.ebuild index 8ce94a93b3bc..3347beaa0c68 100644 --- a/dev-libs/imath/imath-3.1.3.ebuild +++ b/dev-libs/imath/imath-3.1.3.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package" HOMEPAGE="https://imath.readthedocs.io" SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |