diff options
Diffstat (limited to 'games-rpg/manaplus')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.7.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/manaplus/manaplus-1.7.2.4.ebuild b/games-rpg/manaplus/manaplus-1.7.2.4.ebuild index c3fe215b2d3c..c88f19cfe95e 100644 --- a/games-rpg/manaplus/manaplus-1.7.2.4.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.2.4.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+" |