diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-07 19:46:20 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-07 19:46:20 +0800 |
commit | f8786c1c0fc6efc3e6d5b405a100a5d7f031ab70 (patch) | |
tree | 17c6a752391189645f0af032aa73397cebbdc28a /games-board | |
parent | Ebuild improvements (diff) | |
download | betagarden-f8786c1c0fc6efc3e6d5b405a100a5d7f031ab70.tar.gz betagarden-f8786c1c0fc6efc3e6d5b405a100a5d7f031ab70.tar.bz2 betagarden-f8786c1c0fc6efc3e6d5b405a100a5d7f031ab70.zip |
games-board/stockfish: fix typos
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/stockfish/stockfish-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-board/stockfish/stockfish-9999.ebuild b/games-board/stockfish/stockfish-9999.ebuild index 719c97d..d8bf6c2 100644 --- a/games-board/stockfish/stockfish-9999.ebuild +++ b/games-board/stockfish/stockfish-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then S=${WORKDIR}/${P}/src else SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" - KEYWORDS="~arm64 ~x86" + KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${P}-src/src fi @@ -19,7 +19,6 @@ HOMEPAGE="http://stockfishchess.org/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" IUSE="armv7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug general-32 general-64 +optimize" |