diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:23 +0200 |
commit | d24456e69a3be61e10a5447dfb5d8acd54ceb3fc (patch) | |
tree | 475f7485a49fbd5e9e2bcb197e38cd06837aff55 /games-engines | |
parent | games-emulation: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-d24456e69a3be61e10a5447dfb5d8acd54ceb3fc.tar.gz gentoo-d24456e69a3be61e10a5447dfb5d8acd54ceb3fc.tar.bz2 gentoo-d24456e69a3be61e10a5447dfb5d8acd54ceb3fc.zip |
games-engines: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild | 2 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-2.0.0-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild index 114768f9f886..098f09223865 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="flac iconv mad png vorbis" RESTRICT="test" # some tests require external files diff --git a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild index 9b47bf5b3adc..b6a8e720aef3 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="flac iconv mad png vorbis" RESTRICT="test" # some tests require external files diff --git a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild index 9867d2bb2aba..ec9d93fc808e 100644 --- a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild +++ b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aac alsa debug flac fluidsynth jpeg mpeg2 mp3 opengl png theora truetype unsupported vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 |