Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Sat, 15 Sep 2018 08:45:52
Message-Id: 1537001142.ba82e1bc7a92e001c54c675b673de7194902a47d.polynomial-c@gentoo
1 commit: ba82e1bc7a92e001c54c675b673de7194902a47d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 08:45:27 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 08:45:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82e1bc
7
8 games-strategy/freeciv: Restored amd64 and x86 KEYWORDS.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 games-strategy/freeciv/freeciv-2.6.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/freeciv/freeciv-2.6.0.ebuild b/games-strategy/freeciv/freeciv-2.6.0.ebuild
16 index 5df947c98b8..1bf520d364f 100644
17 --- a/games-strategy/freeciv/freeciv-2.6.0.ebuild
18 +++ b/games-strategy/freeciv/freeciv-2.6.0.ebuild
19 @@ -14,8 +14,9 @@ SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.bz2"
20
21 LICENSE="GPL-2+"
22 SLOT="0"
23 -[[ ${PV} != *_beta* ]] || [[ ${PV} != *_rc* ]] || \
24 -KEYWORDS="~amd64 ~ppc64 ~x86"
25 +if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
26 + KEYWORDS="~amd64 ~x86"
27 +fi
28 IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline sdl +server +sound sqlite system-lua"
29
30 # postgres isn't yet really supported by upstream