diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-15 10:45:27 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-15 10:45:42 +0200 |
commit | ba82e1bc7a92e001c54c675b673de7194902a47d (patch) | |
tree | 5546e40c09aac034a63d1ea04bde189faadddd6f /games-strategy | |
parent | x11-terms/st: Ancient. (diff) | |
download | gentoo-ba82e1bc7a92e001c54c675b673de7194902a47d.tar.gz gentoo-ba82e1bc7a92e001c54c675b673de7194902a47d.tar.bz2 gentoo-ba82e1bc7a92e001c54c675b673de7194902a47d.zip |
games-strategy/freeciv: Restored amd64 and x86 KEYWORDS.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/freeciv/freeciv-2.6.0.ebuild b/games-strategy/freeciv/freeciv-2.6.0.ebuild index 5df947c98b8b..1bf520d364f5 100644 --- a/games-strategy/freeciv/freeciv-2.6.0.ebuild +++ b/games-strategy/freeciv/freeciv-2.6.0.ebuild @@ -14,8 +14,9 @@ SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -[[ ${PV} != *_beta* ]] || [[ ${PV} != *_rc* ]] || \ -KEYWORDS="~amd64 ~ppc64 ~x86" +if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~amd64 ~x86" +fi IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline sdl +server +sound sqlite system-lua" # postgres isn't yet really supported by upstream |