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-action/accelerator3d/, games-action/koth/
Date: Fri, 11 Oct 2019 15:36:09
Message-Id: 1570808115.93c535da357940741cbed01bb61276d101216db9.mgorny@gentoo
1 commit: 93c535da357940741cbed01bb61276d101216db9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 15:35:15 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 15:35:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c535da
7
8 games-action: Remove *-fbsd KEYWORDS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild | 2 +-
13 games-action/koth/koth-0.8.0-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
17 index dede6ad4810..2013913e62f 100644
18 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
19 +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/accelerator3d/accelerator-${PV}.tar.bz2"
21
22 LICENSE="Artistic"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
25 +KEYWORDS="~amd64 ~x86"
26 IUSE=""
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28
29
30 diff --git a/games-action/koth/koth-0.8.0-r1.ebuild b/games-action/koth/koth-0.8.0-r1.ebuild
31 index bc77fea1405..988f9bf485d 100644
32 --- a/games-action/koth/koth-0.8.0-r1.ebuild
33 +++ b/games-action/koth/koth-0.8.0-r1.ebuild
34 @@ -10,7 +10,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.b
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd"
39 +KEYWORDS="~alpha ~amd64 ~x86"
40 IUSE=""
41
42 DEPEND="media-libs/libggi"