diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-13 16:46:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-13 16:50:46 +0100 |
commit | 64b498b22d1c515d84c1b92b1769eb0c0abe8a34 (patch) | |
tree | 732d3a63e1c668d01cbf2d65b21c9677cd60bb1f /games-rpg/manaplus | |
parent | games-rpg/manaplus: Bump to version 1.7.1.7 (diff) | |
download | gentoo-64b498b22d1c515d84c1b92b1769eb0c0abe8a34.tar.gz gentoo-64b498b22d1c515d84c1b92b1769eb0c0abe8a34.tar.bz2 gentoo-64b498b22d1c515d84c1b92b1769eb0c0abe8a34.zip |
games-rpg/manaplus: Version 1.6.12.24 stable for amd64 and x86.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-rpg/manaplus')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.6.12.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/manaplus/manaplus-1.6.12.24.ebuild b/games-rpg/manaplus/manaplus-1.6.12.24.ebuild index 7440ab28bc41..c88f19cfe95e 100644 --- a/games-rpg/manaplus/manaplus-1.6.12.24.ebuild +++ b/games-rpg/manaplus/manaplus-1.6.12.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git" else SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2+" |