Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Sun, 01 Dec 2019 13:59:26
Message-Id: 1575208696.3aaafd47d03ba75719571978dea25be1b1c03718.slyfox@gentoo
1 commit: 3aaafd47d03ba75719571978dea25be1b1c03718
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 13:58:16 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 13:58:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aaafd47
7
8 games-engines/scummvm: keyworded 2.1.0 for ppc64, bug #699360
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 games-engines/scummvm/scummvm-2.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild b/games-engines/scummvm/scummvm-2.1.0.ebuild
18 index 78fafff2ebc..6b43908481d 100644
19 --- a/games-engines/scummvm/scummvm-2.1.0.ebuild
20 +++ b/games-engines/scummvm/scummvm-2.1.0.ebuild
21 @@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
22
23 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~ppc ~x86"
26 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
27 IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 net opengl png speech theora truetype unsupported vorbis zlib"
28 RESTRICT="test" # it only looks like there's a test there #77507