diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-29 01:43:23 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-29 01:43:23 +0100 |
commit | bb854d5f9966054c960b55621f3b4aef55973875 (patch) | |
tree | 6ba37aef26c127301ce62664ee2721accf243d89 /games-util | |
parent | games-board/tablebase-syzygy: x86 stable (bug #637318) (diff) | |
download | gentoo-bb854d5f9966054c960b55621f3b4aef55973875.tar.gz gentoo-bb854d5f9966054c960b55621f3b4aef55973875.tar.bz2 gentoo-bb854d5f9966054c960b55621f3b4aef55973875.zip |
games-util/pyfa: x86 stable (bug #645354)
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/pyfa/pyfa-1.34.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/pyfa/pyfa-1.34.0.ebuild b/games-util/pyfa/pyfa-1.34.0.ebuild index dbd5180ef370..471fc242d023 100644 --- a/games-util/pyfa/pyfa-1.34.0.ebuild +++ b/games-util/pyfa/pyfa-1.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,10 +15,10 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git" inherit git-r3 - KEYWORDS="" + KEYWORDS="x86" else SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi IUSE="+graph" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |