diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-25 15:15:07 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-25 15:15:37 -0500 |
commit | ebd355e60ceb65817937a2c0c73f536efd694a11 (patch) | |
tree | 451871b32b194da58b7399a1061dbc40a051b4ed /games-emulation | |
parent | dev-python/reportlab: Patch-out pip and setuptools from setup.py (diff) | |
download | gentoo-ebd355e60ceb65817937a2c0c73f536efd694a11.tar.gz gentoo-ebd355e60ceb65817937a2c0c73f536efd694a11.tar.bz2 gentoo-ebd355e60ceb65817937a2c0c73f536efd694a11.zip |
drop ppc support since they don't have libsdl2
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.167.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild b/games-emulation/sdlmame/sdlmame-0.167.ebuild index 83c4ce6a36c0..d2371fed9e5e 100644 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mamedev/mame/releases/download/mame${MY_PV}/mame${MY LICENSE="XMAME" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="X alsa +arcade debug +mess opengl tools" REQUIRED_USE="|| ( arcade mess ) debug? ( X )" |