diff options
Diffstat (limited to 'games-rpg/manaplus/manaplus-1.7.3.4.ebuild')
-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+" |