diff options
author | Sam James <sam@gentoo.org> | 2022-09-29 20:59:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-29 20:59:18 +0100 |
commit | b77f42caa20f4c3b5ebbf6a308c86e69fd2bd614 (patch) | |
tree | f9801e7b7985d841f8ba8c8245e302d5e371b48e /games-board/stockfish | |
parent | net-libs/libssh: Stabilize 0.10.4 amd64, #873439 (diff) | |
download | gentoo-b77f42caa20f4c3b5ebbf6a308c86e69fd2bd614.tar.gz gentoo-b77f42caa20f4c3b5ebbf6a308c86e69fd2bd614.tar.bz2 gentoo-b77f42caa20f4c3b5ebbf6a308c86e69fd2bd614.zip |
games-board/stockfish: Stabilize 15-r1 amd64, #873454
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board/stockfish')
-rw-r--r-- | games-board/stockfish/stockfish-15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/stockfish/stockfish-15-r1.ebuild b/games-board/stockfish/stockfish-15-r1.ebuild index 3bd9252b0553..0f696fbba453 100644 --- a/games-board/stockfish/stockfish-15-r1.ebuild +++ b/games-board/stockfish/stockfish-15-r1.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 ~riscv ~x86" +KEYWORDS="amd64 ~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" |