diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 02:20:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 02:20:54 +0000 |
commit | e246aef11aa1681455fc6a3c2af5369d0db9178e (patch) | |
tree | 653d8ac4a90dd02ad8e2c894453db82332998b76 /games-strategy | |
parent | profiles/arch/amd64: adjust mask whitespace (diff) | |
download | gentoo-e246aef11aa1681455fc6a3c2af5369d0db9178e.tar.gz gentoo-e246aef11aa1681455fc6a3c2af5369d0db9178e.tar.bz2 gentoo-e246aef11aa1681455fc6a3c2af5369d0db9178e.zip |
games-strategy/wesnoth: Keyword 1.16.0-r1 ppc, #834861
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild index 0d53e174d56e..c85b1bf02302 100644 --- a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" # uneven minor versions are development versions if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~x86" fi IUSE="dbus dedicated doc nls server" |