diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:16 +0200 |
commit | 4995e3ce1a0ed102b60a4f48501b047fe56c92f0 (patch) | |
tree | fc68153d774e013882af1a392af395b5058d9468 /dev-games | |
parent | dev-db: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-4995e3ce1a0ed102b60a4f48501b047fe56c92f0.tar.gz gentoo-4995e3ce1a0ed102b60a4f48501b047fe56c92f0.tar.bz2 gentoo-4995e3ce1a0ed102b60a4f48501b047fe56c92f0.zip |
dev-games: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/flatzebra/flatzebra-0.1.6.ebuild | 2 | ||||
-rw-r--r-- | dev-games/ode/ode-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-games/ode/ode-0.12.ebuild | 2 | ||||
-rw-r--r-- | dev-games/ode/ode-0.14-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-games/physfs/physfs-3.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-games/physfs/physfs-9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/flatzebra/flatzebra-0.1.6.ebuild b/dev-games/flatzebra/flatzebra-0.1.6.ebuild index a2656a4bfba0..00bcd40953dc 100644 --- a/dev-games/flatzebra/flatzebra-0.1.6.ebuild +++ b/dev-games/flatzebra/flatzebra-0.1.6.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86" IUSE="static-libs" RDEPEND="media-libs/libsdl[video] diff --git a/dev-games/ode/ode-0.11.1.ebuild b/dev-games/ode/ode-0.11.1.ebuild index b0af397fe523..db130329ee5d 100644 --- a/dev-games/ode/ode-0.11.1.ebuild +++ b/dev-games/ode/ode-0.11.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2" LICENSE="|| ( LGPL-2.1 BSD )" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86" IUSE="debug doc double-precision examples gyroscopic static-libs" RDEPEND="examples? ( diff --git a/dev-games/ode/ode-0.12.ebuild b/dev-games/ode/ode-0.12.ebuild index 2a92674fd717..5a707ba805b9 100644 --- a/dev-games/ode/ode-0.12.ebuild +++ b/dev-games/ode/ode-0.12.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2" LICENSE="|| ( LGPL-2.1 BSD )" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc double-precision examples gyroscopic static-libs" RDEPEND="examples? ( diff --git a/dev-games/ode/ode-0.14-r1.ebuild b/dev-games/ode/ode-0.14-r1.ebuild index 3f54e7ff25fc..fd26d942bf90 100644 --- a/dev-games/ode/ode-0.14-r1.ebuild +++ b/dev-games/ode/ode-0.14-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/odedevs/ode/downloads/${P}.tar.gz" LICENSE="|| ( LGPL-2.1+ BSD )" SLOT="0/6" -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc double-precision examples gyroscopic static-libs" RDEPEND="examples? ( diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild index afb8306b5ef2..37c14d9804c5 100644 --- a/dev-games/physfs/physfs-3.0.2.ebuild +++ b/dev-games/physfs/physfs-3.0.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" inherit mercurial else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild index 91229a1b6d98..dbaa669aacc9 100644 --- a/dev-games/physfs/physfs-9999.ebuild +++ b/dev-games/physfs/physfs-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" inherit mercurial else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi |