diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-11-22 22:18:49 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-11-22 22:18:49 +0000 |
commit | a0c1f48c96d0f636d384856d9325c563850a3f5e (patch) | |
tree | fc47e083e52d496d7e6a1381da66ef35572dc17f /games-emulation | |
parent | stable on x86 wrt #486686 (diff) | |
download | gentoo-2-a0c1f48c96d0f636d384856d9325c563850a3f5e.tar.gz gentoo-2-a0c1f48c96d0f636d384856d9325c563850a3f5e.tar.bz2 gentoo-2-a0c1f48c96d0f636d384856d9325c563850a3f5e.zip |
stable on x86 wrt #486686
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmametools/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/sdlmametools/ChangeLog b/games-emulation/sdlmametools/ChangeLog index 076827942f80..36919610021f 100644 --- a/games-emulation/sdlmametools/ChangeLog +++ b/games-emulation/sdlmametools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/sdlmametools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 1.3 2013/10/03 09:02:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 1.4 2013/11/22 22:18:49 hasufell Exp $ + + 22 Nov 2013; Julian Ospald <hasufell@gentoo.org> sdlmametools-0.148_p1.ebuild: + stable on x86 wrt #486686 03 Oct 2013; Chema Alonso <nimiux@gentoo.org> sdlmametools-0.148_p1.ebuild: Stable for amd64 wrt bug #486686 @@ -20,4 +23,3 @@ +sdlmametools-0.148_p1.ebuild, +files/sdlmametools-0.148_p1-makefile.patch, +files/sdlmametools-0.148_p1-no-opengl.patch, +metadata.xml: initial import, splitted from games-emulation/sdlmame - diff --git a/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild b/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild index bc7b08525570..8b609d5e7540 100644 --- a/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild +++ b/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v 1.2 2013/10/03 09:02:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v 1.3 2013/11/22 22:18:49 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -20,7 +20,7 @@ SRC_URI="$SRC_URI http://dev.gentoo.org/~hasufell/distfiles/${MY_P/sdl}s.zip" LICENSE="XMAME" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="X debug" REQUIRED_USE="debug? ( X )" |