diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-06-04 18:52:39 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-06-04 18:52:39 +0800 |
commit | 1ec94f67010d0aa90ce713cf5254ae3a18df17af (patch) | |
tree | 5c880b86a893167caed229341d5c947996a63e1f /games-board | |
parent | games-board/crafty: keyword 24.1-r1 for ~loong (diff) | |
download | gentoo-1ec94f67010d0aa90ce713cf5254ae3a18df17af.tar.gz gentoo-1ec94f67010d0aa90ce713cf5254ae3a18df17af.tar.bz2 gentoo-1ec94f67010d0aa90ce713cf5254ae3a18df17af.zip |
games-board/stockfish: keyword 15-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/stockfish/stockfish-15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/stockfish/stockfish-15-r1.ebuild b/games-board/stockfish/stockfish-15-r1.ebuild index 73b2da8cffe6..6b5725f3a328 100644 --- a/games-board/stockfish/stockfish-15-r1.ebuild +++ b/games-board/stockfish/stockfish-15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~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" |