Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Tue, 05 Nov 2019 08:52:44
Message-Id: 1572943954.795ddb27af01ccd04cb22ec64cbacbf94a0c5edd.polynomial-c@gentoo
1 commit: 795ddb27af01ccd04cb22ec64cbacbf94a0c5edd
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 08:52:06 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 08:52:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795ddb27
7
8 games-engines/scummvm: Removed ~ppc and ~ppc64 KEYWORDS
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-engines/scummvm/scummvm-2.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild b/games-engines/scummvm/scummvm-2.1.0.ebuild
17 index f278a9a5471..4df7865efa7 100644
18 --- a/games-engines/scummvm/scummvm-2.1.0.ebuild
19 +++ b/games-engines/scummvm/scummvm-2.1.0.ebuild
20 @@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
21
22 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~x86"
26 IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 opengl png speech theora truetype unsupported vorbis zlib"
27 RESTRICT="test" # it only looks like there's a test there #77507