Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/
Date: Mon, 29 Jan 2018 01:06:16
Message-Id: 1517186603.bb854d5f9966054c960b55621f3b4aef55973875.whissi@gentoo
1 commit: bb854d5f9966054c960b55621f3b4aef55973875
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 00:43:23 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 00:43:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb854d5f
7
8 games-util/pyfa: x86 stable (bug #645354)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 games-util/pyfa/pyfa-1.34.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-util/pyfa/pyfa-1.34.0.ebuild b/games-util/pyfa/pyfa-1.34.0.ebuild
16 index dbd5180ef37..471fc242d02 100644
17 --- a/games-util/pyfa/pyfa-1.34.0.ebuild
18 +++ b/games-util/pyfa/pyfa-1.34.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -15,10 +15,10 @@ SLOT="0"
26 if [[ ${PV} = 9999 ]]; then
27 EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
28 inherit git-r3
29 - KEYWORDS=""
30 + KEYWORDS="x86"
31 else
32 SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz"
33 - KEYWORDS="~amd64 ~x86"
34 + KEYWORDS="~amd64 x86"
35 fi
36 IUSE="+graph"
37 REQUIRED_USE="${PYTHON_REQUIRED_USE}"