diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:39 +0200 |
commit | 4a6fb481f2588ca0567f9befc9b1e390ca4a5a54 (patch) | |
tree | 9a20e74d6d2498507c3fa3ff2de454c5ab4336a2 /games-strategy/wesnoth | |
parent | games-sports: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-4a6fb481f2588ca0567f9befc9b1e390ca4a5a54.tar.gz gentoo-4a6fb481f2588ca0567f9befc9b1e390ca4a5a54.tar.bz2 gentoo-4a6fb481f2588ca0567f9befc9b1e390ca4a5a54.zip |
games-strategy: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.15.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild index e4bfda3bc803..510a59e68be9 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" # uneven minor versions are development versions if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then - KEYWORDS="~amd64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~x86" fi IUSE="dbus dedicated doc fribidi libressl nls openmp server" diff --git a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild index 24ae216df067..807170165f0b 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild @@ -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 ~x86-fbsd" + KEYWORDS="~amd64 ~x86" fi IUSE="dbus dedicated doc fribidi libressl nls server" |