diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 07:54:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 07:54:52 +0000 |
commit | 213994d1d0da26f59ab3a964d2e3605082b78458 (patch) | |
tree | 8b0447ea8bba4581ae15c18aa8f323da969d091c /dev-libs/imath | |
parent | sys-devel/gcc: keyword 12.2.1_p20221126 (shadowed, just for musl) (diff) | |
download | gentoo-213994d1d0da26f59ab3a964d2e3605082b78458.tar.gz gentoo-213994d1d0da26f59ab3a964d2e3605082b78458.tar.bz2 gentoo-213994d1d0da26f59ab3a964d2e3605082b78458.zip |
dev-libs/imath: Stabilize 3.1.6 arm64, #890441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/imath/imath-3.1.6.ebuild b/dev-libs/imath/imath-3.1.6.ebuild index 8ad12802d59f..ea42ad6135a0 100644 --- a/dev-libs/imath/imath-3.1.6.ebuild +++ b/dev-libs/imath/imath-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~loong ~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" |