summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-01-08 21:53:14 +0800
committerYixun Lan <dlan@gentoo.org>2022-01-08 21:56:34 +0800
commit4734237d7516355c8c54542798c6f42a8ef81e91 (patch)
tree9e234eedcf3712ea45474db3ff240016d03b1bf7 /media-libs
parentdev-vcs/mercurial: version bumps (diff)
downloadgentoo-4734237d7516355c8c54542798c6f42a8ef81e91.tar.gz
gentoo-4734237d7516355c8c54542798c6f42a8ef81e91.tar.bz2
gentoo-4734237d7516355c8c54542798c6f42a8ef81e91.zip
media-libs/openexr: keyword ~riscv, bug 830773
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/openexr/openexr-3.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/openexr/openexr-3.1.3.ebuild b/media-libs/openexr/openexr-3.1.3.ebuild
index d465d49cb95b..afd43341887c 100644
--- a/media-libs/openexr/openexr-3.1.3.ebuild
+++ b/media-libs/openexr/openexr-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
LICENSE="BSD"
SLOT="3/30" # based on SONAME
# -ppc -sparc because broken on big endian, bug #818424
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test threads"
RESTRICT="!test? ( test )"