diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-05 09:52:06 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-05 09:52:34 +0100 |
commit | 795ddb27af01ccd04cb22ec64cbacbf94a0c5edd (patch) | |
tree | 237924911ffdf84ff53d73fe07a9bc0eff798c1c /games-engines | |
parent | dev-vcs/hg-evolve: Version bumps (diff) | |
download | gentoo-795ddb27af01ccd04cb22ec64cbacbf94a0c5edd.tar.gz gentoo-795ddb27af01ccd04cb22ec64cbacbf94a0c5edd.tar.bz2 gentoo-795ddb27af01ccd04cb22ec64cbacbf94a0c5edd.zip |
games-engines/scummvm: Removed ~ppc and ~ppc64 KEYWORDS
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/scummvm-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild b/games-engines/scummvm/scummvm-2.1.0.ebuild index f278a9a54712..4df7865efa74 100644 --- a/games-engines/scummvm/scummvm-2.1.0.ebuild +++ b/games-engines/scummvm/scummvm-2.1.0.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" +KEYWORDS="~amd64 ~x86" IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 opengl png speech theora truetype unsupported vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 |