diff options
author | Sam James <sam@gentoo.org> | 2023-11-15 05:24:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-15 05:24:21 +0000 |
commit | fb631aedde5a41b4b1ae60ab8d98243797655513 (patch) | |
tree | 9643727767dfe0635fff962ce05cc88dac797095 /games-board | |
parent | gui-apps/foot: Stabilize 1.16.2 amd64, #907851 (diff) | |
download | gentoo-fb631aedde5a41b4b1ae60ab8d98243797655513.tar.gz gentoo-fb631aedde5a41b4b1ae60ab8d98243797655513.tar.bz2 gentoo-fb631aedde5a41b4b1ae60ab8d98243797655513.zip |
games-board/stockfish: Keyword 16 arm64, #909638
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/stockfish/stockfish-16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/stockfish/stockfish-16.ebuild b/games-board/stockfish/stockfish-16.ebuild index 4535c43cd2b9..2a93af907f98 100644 --- a/games-board/stockfish/stockfish-16.ebuild +++ b/games-board/stockfish/stockfish-16.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/official-stockfish/Stockfish/archive/sf_${PV}.tar.gz https://tests.stockfishchess.org/api/nn/${NNUE_FILE} -> ${P}-${NNUE_FILE}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" IUSE="cpu_flags_arm_v7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug general-32 general-64 +optimize" |