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-engines/scummvm/, games-engines/scummvm-tools/
Date: Fri, 11 Oct 2019 15:36:13
Message-Id: 1570808123.d24456e69a3be61e10a5447dfb5d8acd54ceb3fc.mgorny@gentoo
1 commit: d24456e69a3be61e10a5447dfb5d8acd54ceb3fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 15:35:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 15:35:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24456e6
7
8 games-engines: Remove *-fbsd KEYWORDS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild | 2 +-
13 games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild | 2 +-
14 games-engines/scummvm/scummvm-2.0.0-r1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 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
18 index 114768f9f88..098f0922386 100644
19 --- a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
20 +++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz"
22
23 LICENSE="GPL-2+"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
26 +KEYWORDS="~amd64 ~ppc64 ~x86"
27 IUSE="flac iconv mad png vorbis"
28 RESTRICT="test" # some tests require external files
29
30
31 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
32 index 9b47bf5b3ad..b6a8e720aef 100644
33 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
34 +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
35 @@ -11,7 +11,7 @@ SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz"
36
37 LICENSE="GPL-2+"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
40 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
41 IUSE="flac iconv mad png vorbis"
42 RESTRICT="test" # some tests require external files
43
44
45 diff --git a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
46 index 9867d2bb2ab..ec9d93fc808 100644
47 --- a/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
48 +++ b/games-engines/scummvm/scummvm-2.0.0-r1.ebuild
49 @@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
50
51 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
52 SLOT="0"
53 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
54 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
55 IUSE="aac alsa debug flac fluidsynth jpeg mpeg2 mp3 opengl png theora truetype unsupported vorbis zlib"
56 RESTRICT="test" # it only looks like there's a test there #77507