diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:15:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:15:08 +0000 |
commit | 1ac82308a99e2b267de15e1f197654a7f212eeff (patch) | |
tree | 4a4e9e4a0da0e46a99b424eb3459485a02c1a82c /media-gfx/openvdb | |
parent | dev-lang/php: Stabilize 7.4.14 arm64, #764314 (diff) | |
download | gentoo-1ac82308a99e2b267de15e1f197654a7f212eeff.tar.gz gentoo-1ac82308a99e2b267de15e1f197654a7f212eeff.tar.bz2 gentoo-1ac82308a99e2b267de15e1f197654a7f212eeff.zip |
media-gfx/openvdb: Keyword 7.1.0-r1 arm, #626966
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/openvdb')
-rw-r--r-- | media-gfx/openvdb/openvdb-7.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild b/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild index 50f2feb253b5..0b228501008f 100644 --- a/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi6-compat +abi7-compat" RESTRICT="!test? ( test )" |