diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-17 09:47:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-17 09:49:01 +0200 |
commit | edbd5d13f41e97d79128e657c6c1823b7de96808 (patch) | |
tree | 4e20fe986c643dcc1261d199e77f421e5488a291 /games-board | |
parent | app-emulation/libvirt-glib: x86 stable wrt bug #790620 (diff) | |
download | gentoo-edbd5d13f41e97d79128e657c6c1823b7de96808.tar.gz gentoo-edbd5d13f41e97d79128e657c6c1823b7de96808.tar.bz2 gentoo-edbd5d13f41e97d79128e657c6c1823b7de96808.zip |
games-board/stockfish: x86 stable wrt bug #790623
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/stockfish/stockfish-13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/stockfish/stockfish-13.ebuild b/games-board/stockfish/stockfish-13.ebuild index baee61eac60e..69d38bbeee91 100644 --- a/games-board/stockfish/stockfish-13.ebuild +++ b/games-board/stockfish/stockfish-13.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 ~x86" +KEYWORDS="amd64 x86" IUSE="cpu_flags_arm_v7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug general-32 general-64 +optimize" |