diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-24 15:14:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-24 15:14:37 +0100 |
commit | 32562aca321ad04c4680d3714f4ade804717c85f (patch) | |
tree | 0172edb666a29c321eebd89806762ccc079f10ce /dev-libs/gf2x | |
parent | dev-python/PyGithub: Stabilize 2.1.1 arm64, #918139 (diff) | |
download | gentoo-32562aca321ad04c4680d3714f4ade804717c85f.tar.gz gentoo-32562aca321ad04c4680d3714f4ade804717c85f.tar.bz2 gentoo-32562aca321ad04c4680d3714f4ade804717c85f.zip |
dev-libs/gf2x: Stabilize 1.3.0-r1 arm64, #918173
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/gf2x')
-rw-r--r-- | dev-libs/gf2x/gf2x-1.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild index 20327bcc95e1..1054fa5e2557 100644 --- a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild +++ b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz" # License is tricky, see their README LICENSE="GPL-3+ GPL-2+" SLOT="0/3" # soname major version, defined in configure.ac -KEYWORDS="amd64 ~arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="fft static-libs custom-tune" IUSE_CPU_FLAGS=" pclmul sse2 sse3 sse4_1 ssse3" IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}" |