commit: 4a6fb481f2588ca0567f9befc9b1e390ca4a5a54 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 11 15:35:39 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 11 15:35:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fb481
games-strategy: Remove *-fbsd KEYWORDS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 +- 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 e4bfda3bc80..510a59e68be 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 24ae216df06..807170165f0 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"
