commit: bb854d5f9966054c960b55621f3b4aef55973875
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 00:43:23 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 00:43:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb854d5f
games-util/pyfa: x86 stable (bug #645354)
Package-Manager: Portage-2.3.20, Repoman-2.3.6
games-util/pyfa/pyfa-1.34.0.ebuild | 6 +++---
1 file 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 dbd5180ef37..471fc242d02 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}"