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: dev-games/physfs/, dev-games/flatzebra/, dev-games/ode/
Date: Fri, 11 Oct 2019 15:34:52
Message-Id: 1570808056.4995e3ce1a0ed102b60a4f48501b047fe56c92f0.mgorny@gentoo
1 commit: 4995e3ce1a0ed102b60a4f48501b047fe56c92f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 15:34:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 15:34:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4995e3ce
7
8 dev-games: Remove *-fbsd KEYWORDS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-games/flatzebra/flatzebra-0.1.6.ebuild | 2 +-
13 dev-games/ode/ode-0.11.1.ebuild | 2 +-
14 dev-games/ode/ode-0.12.ebuild | 2 +-
15 dev-games/ode/ode-0.14-r1.ebuild | 2 +-
16 dev-games/physfs/physfs-3.0.2.ebuild | 2 +-
17 dev-games/physfs/physfs-9999.ebuild | 2 +-
18 6 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/dev-games/flatzebra/flatzebra-0.1.6.ebuild b/dev-games/flatzebra/flatzebra-0.1.6.ebuild
21 index a2656a4bfba..00bcd40953d 100644
22 --- a/dev-games/flatzebra/flatzebra-0.1.6.ebuild
23 +++ b/dev-games/flatzebra/flatzebra-0.1.6.ebuild
24 @@ -10,7 +10,7 @@ SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28 -KEYWORDS="amd64 x86 ~x86-fbsd"
29 +KEYWORDS="amd64 x86"
30 IUSE="static-libs"
31
32 RDEPEND="media-libs/libsdl[video]
33
34 diff --git a/dev-games/ode/ode-0.11.1.ebuild b/dev-games/ode/ode-0.11.1.ebuild
35 index b0af397fe52..db130329ee5 100644
36 --- a/dev-games/ode/ode-0.11.1.ebuild
37 +++ b/dev-games/ode/ode-0.11.1.ebuild
38 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
39
40 LICENSE="|| ( LGPL-2.1 BSD )"
41 SLOT="0"
42 -KEYWORDS="amd64 x86 ~x86-fbsd"
43 +KEYWORDS="amd64 x86"
44 IUSE="debug doc double-precision examples gyroscopic static-libs"
45
46 RDEPEND="examples? (
47
48 diff --git a/dev-games/ode/ode-0.12.ebuild b/dev-games/ode/ode-0.12.ebuild
49 index 2a92674fd71..5a707ba805b 100644
50 --- a/dev-games/ode/ode-0.12.ebuild
51 +++ b/dev-games/ode/ode-0.12.ebuild
52 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
53
54 LICENSE="|| ( LGPL-2.1 BSD )"
55 SLOT="0"
56 -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
57 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
58 IUSE="debug doc double-precision examples gyroscopic static-libs"
59
60 RDEPEND="examples? (
61
62 diff --git a/dev-games/ode/ode-0.14-r1.ebuild b/dev-games/ode/ode-0.14-r1.ebuild
63 index 3f54e7ff25f..fd26d942bf9 100644
64 --- a/dev-games/ode/ode-0.14-r1.ebuild
65 +++ b/dev-games/ode/ode-0.14-r1.ebuild
66 @@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/odedevs/ode/downloads/${P}.tar.gz"
67
68 LICENSE="|| ( LGPL-2.1+ BSD )"
69 SLOT="0/6"
70 -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
71 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
72 IUSE="debug doc double-precision examples gyroscopic static-libs"
73
74 RDEPEND="examples? (
75
76 diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild
77 index afb8306b5ef..37c14d9804c 100644
78 --- a/dev-games/physfs/physfs-3.0.2.ebuild
79 +++ b/dev-games/physfs/physfs-3.0.2.ebuild
80 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
81 EHG_REPO_URI="https://hg.icculus.org/icculus/physfs"
82 inherit mercurial
83 else
84 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86 ~x86-fbsd"
85 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86"
86 SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"
87 fi
88
89
90 diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild
91 index 91229a1b6d9..dbaa669aacc 100644
92 --- a/dev-games/physfs/physfs-9999.ebuild
93 +++ b/dev-games/physfs/physfs-9999.ebuild
94 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
95 EHG_REPO_URI="https://hg.icculus.org/icculus/physfs"
96 inherit mercurial
97 else
98 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
99 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
100 SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"
101 fi