diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-02 13:56:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-02 13:56:01 +0200 |
commit | b56764003f15d5e213cd65cd17e5d2ec99b3b1e2 (patch) | |
tree | ec34dc6433511c5b2f821ccde4d97a9098a5ed7d /games-board/stockfish | |
parent | dev-cpp/muParser: x86 stable wrt bug #689010 (diff) | |
download | gentoo-b56764003f15d5e213cd65cd17e5d2ec99b3b1e2.tar.gz gentoo-b56764003f15d5e213cd65cd17e5d2ec99b3b1e2.tar.bz2 gentoo-b56764003f15d5e213cd65cd17e5d2ec99b3b1e2.zip |
games-board/stockfish: x86 stable wrt bug #689018
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'games-board/stockfish')
-rw-r--r-- | games-board/stockfish/stockfish-10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/stockfish/stockfish-10.ebuild b/games-board/stockfish/stockfish-10.ebuild index d6e91d7bd25a..f507eeb1a674 100644 --- a/games-board/stockfish/stockfish-10.ebuild +++ b/games-board/stockfish/stockfish-10.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://stockfishchess.org/" SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="armv7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug general-32 general-64 +optimize" |