diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 20:41:13 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 20:48:15 +0800 |
commit | 7d5c1a64718661bd906c62fbea949d0fe7f7023b (patch) | |
tree | 7fc3e7b7be712652fca480e6db295aaa6d6dbc82 /dev-libs/imath | |
parent | media-gfx/potrace: keyword 1.16 for ~loong (diff) | |
download | gentoo-7d5c1a64718661bd906c62fbea949d0fe7f7023b.tar.gz gentoo-7d5c1a64718661bd906c62fbea949d0fe7f7023b.tar.bz2 gentoo-7d5c1a64718661bd906c62fbea949d0fe7f7023b.zip |
dev-libs/imath: keyword 3.1.5 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.1.5.ebuild b/dev-libs/imath/imath-3.1.5.ebuild index 4974007e364c..f7a6390f3b93 100644 --- a/dev-libs/imath/imath-3.1.5.ebuild +++ b/dev-libs/imath/imath-3.1.5.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 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |