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/scummvm-tools | |
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/scummvm-tools')
-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 |
2 files changed, 2 insertions, 2 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 |