Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Fri, 11 Oct 2019 15:36:20
Message-Id: 1570808139.4a6fb481f2588ca0567f9befc9b1e390ca4a5a54.mgorny@gentoo
1 commit: 4a6fb481f2588ca0567f9befc9b1e390ca4a5a54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 15:35:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 15:35:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fb481
7
8 games-strategy: Remove *-fbsd KEYWORDS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 +-
13 games-strategy/wesnoth/wesnoth-1.15.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
17 index e4bfda3bc80..510a59e68be 100644
18 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
19 +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
20 @@ -13,7 +13,7 @@ LICENSE="GPL-2"
21 SLOT="0"
22 # uneven minor versions are development versions
23 if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
24 - KEYWORDS="~amd64 ~x86 ~x86-fbsd"
25 + KEYWORDS="~amd64 ~x86"
26 fi
27 IUSE="dbus dedicated doc fribidi libressl nls openmp server"
28
29
30 diff --git a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild
31 index 24ae216df06..807170165f0 100644
32 --- a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild
33 +++ b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild
34 @@ -14,7 +14,7 @@ LICENSE="GPL-2"
35 SLOT="0"
36 # uneven minor versions are development versions
37 if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
38 - KEYWORDS="~amd64 ~x86 ~x86-fbsd"
39 + KEYWORDS="~amd64 ~x86"
40 fi
41 IUSE="dbus dedicated doc fribidi libressl nls server"