diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 20:27:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 20:32:46 +0200 |
commit | e363cbbaef2263e9516a9a38b078358a34bb68de (patch) | |
tree | 25bc3b3cf62a1787597353b8b4323c9477ba9ac9 /dev-libs/imath/imath-3.1.6.ebuild | |
parent | dev-util/idea-community: drop 2023.3.4 (diff) | |
download | gentoo-e363cbbaef2263e9516a9a38b078358a34bb68de.tar.gz gentoo-e363cbbaef2263e9516a9a38b078358a34bb68de.tar.bz2 gentoo-e363cbbaef2263e9516a9a38b078358a34bb68de.zip |
dev-libs/imath: drop ~ia64 keyword
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/imath/imath-3.1.6.ebuild')
-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 f1bce4102c11..35006aa943a2 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-2023 Gentoo Authors +# Copyright 1999-2024 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |