diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:11:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:11:07 +0000 |
commit | b0a4fddda93271bdaedb5c2aff5d346e84573c7a (patch) | |
tree | 19c88d0c39b68a72666e74e6654a19109fca7b8a /dev-libs/imath | |
parent | x11-misc/menumaker: Stabilize 0.99.14 ALLARCHES, #905799 (diff) | |
download | gentoo-b0a4fddda93271bdaedb5c2aff5d346e84573c7a.tar.gz gentoo-b0a4fddda93271bdaedb5c2aff5d346e84573c7a.tar.bz2 gentoo-b0a4fddda93271bdaedb5c2aff5d346e84573c7a.zip |
dev-libs/imath: Stabilize 3.1.7 amd64, #905800
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.1.7.ebuild b/dev-libs/imath/imath-3.1.7.ebuild index 1c9b945ca830..5b5f90d3fa23 100644 --- a/dev-libs/imath/imath-3.1.7.ebuild +++ b/dev-libs/imath/imath-3.1.7.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 ~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" |