From: Michał Górny Date: Fri, 11 Oct 2019 15:35:39 +0000 (+0200) Subject: games-strategy: Remove *-fbsd KEYWORDS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a6fb481f2588ca0567f9befc9b1e390ca4a5a54;p=gentoo.git games-strategy: Remove *-fbsd KEYWORDS Signed-off-by: Michał Górny --- 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"