diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-27 08:23:34 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-27 08:24:08 +0100 |
commit | 0f404e8ba725a46b853396c805de10d810584fe8 (patch) | |
tree | 402cfeaaf063b18b4f4df957590c36cc01394092 /games-rpg/manaplus | |
parent | dev-ruby/rb-inotify: add 0.9.8 (diff) | |
download | gentoo-0f404e8ba725a46b853396c805de10d810584fe8.tar.gz gentoo-0f404e8ba725a46b853396c805de10d810584fe8.tar.bz2 gentoo-0f404e8ba725a46b853396c805de10d810584fe8.zip |
games-rpg/manaplus: Version 1.7.1.7 stable for amd64 and x86.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64,x86"
Diffstat (limited to 'games-rpg/manaplus')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.7.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/manaplus/manaplus-1.7.1.7.ebuild b/games-rpg/manaplus/manaplus-1.7.1.7.ebuild index c3fe215b2d3c..c88f19cfe95e 100644 --- a/games-rpg/manaplus/manaplus-1.7.1.7.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.1.7.ebuild @@ -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+" |