diff options
author | 2023-03-15 05:53:24 +0000 | |
---|---|---|
committer | 2023-03-15 05:53:24 +0000 | |
commit | a85ce8df07aa33bbebde1877fdc4aedb3dc3af2c (patch) | |
tree | 713120ba6b7f785db42a1a74e0e159055d47a00e /dev-cpp | |
parent | dev-cpp/highway: fix tests with neon optimization on armv7 (diff) | |
download | gentoo-a85ce8df07aa33bbebde1877fdc4aedb3dc3af2c.tar.gz gentoo-a85ce8df07aa33bbebde1877fdc4aedb3dc3af2c.tar.bz2 gentoo-a85ce8df07aa33bbebde1877fdc4aedb3dc3af2c.zip |
dev-cpp/highway: forward ~ia64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/highway/highway-1.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-1.0.3-r1.ebuild b/dev-cpp/highway/highway-1.0.3-r1.ebuild index 348046c0239d..df7a93a56cf5 100644 --- a/dev-cpp/highway/highway-1.0.3-r1.ebuild +++ b/dev-cpp/highway/highway-1.0.3-r1.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/google/highway.git" else SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="Apache-2.0" |