summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-02-20 20:27:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-02-20 20:32:46 +0200
commite363cbbaef2263e9516a9a38b078358a34bb68de (patch)
tree25bc3b3cf62a1787597353b8b4323c9477ba9ac9 /dev-libs/imath/imath-3.1.9.ebuild
parentdev-util/idea-community: drop 2023.3.4 (diff)
downloadgentoo-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.9.ebuild')
-rw-r--r--dev-libs/imath/imath-3.1.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/imath/imath-3.1.9.ebuild b/dev-libs/imath/imath-3.1.9.ebuild
index aea484a270f9..875d9a2d87d1 100644
--- a/dev-libs/imath/imath-3.1.9.ebuild
+++ b/dev-libs/imath/imath-3.1.9.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
@@ -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"
-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"