diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-22 08:25:56 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-22 08:26:43 +0100 |
commit | 7cbf98d7fc83084cd8f2195492a6c93d6d4cd6ca (patch) | |
tree | 7b587c7608e0770b4334640382e3122f210e7e83 /games-rpg | |
parent | games-rpg/manaplus: Bump to version 1.7.3.18 (diff) | |
download | gentoo-7cbf98d7fc83084cd8f2195492a6c93d6d4cd6ca.tar.gz gentoo-7cbf98d7fc83084cd8f2195492a6c93d6d4cd6ca.tar.bz2 gentoo-7cbf98d7fc83084cd8f2195492a6c93d6d4cd6ca.zip |
games-rpg/manaplus: Version 1.7.3.4 stable for amd64 and x86.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.7.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/manaplus/manaplus-1.7.3.4.ebuild b/games-rpg/manaplus/manaplus-1.7.3.4.ebuild index 7896a6774aff..658372c7dac6 100644 --- a/games-rpg/manaplus/manaplus-1.7.3.4.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.3.4.ebuild @@ -10,7 +10,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+" |