diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 18:09:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:53 +0100 |
commit | 0f4a8b3861fba36885e82332c73e72da365a49b5 (patch) | |
tree | 5c651b0644bed357ee4dcd11d5e087a9b03e32ab /dev-libs/imath | |
parent | dev-libs/apr: drop dead prefix targets (diff) | |
download | gentoo-0f4a8b3861fba36885e82332c73e72da365a49b5.tar.gz gentoo-0f4a8b3861fba36885e82332c73e72da365a49b5.tar.bz2 gentoo-0f4a8b3861fba36885e82332c73e72da365a49b5.zip |
dev-libs/imath: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@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 bc0feb859d73..2e490284d2c3 100644 --- a/dev-libs/imath/imath-3.1.7.ebuild +++ b/dev-libs/imath/imath-3.1.7.ebuild @@ -12,7 +12,7 @@ MY_PN="${PN^}" 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 +# re-keywording needed for (according to ilmbase keywords): ~x64-macos KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" |