diff options
author | 2013-05-01 10:32:02 +0000 | |
---|---|---|
committer | 2013-05-01 10:32:02 +0000 | |
commit | e878a364b36ebd22eaa221bfa094367ad3edb681 (patch) | |
tree | e04077f54a431f87e541920323a40c82881ad3b8 /games-emulation | |
parent | Stable for amd64, wrt bug #468036 (diff) | |
download | gentoo-2-e878a364b36ebd22eaa221bfa094367ad3edb681.tar.gz gentoo-2-e878a364b36ebd22eaa221bfa094367ad3edb681.tar.bz2 gentoo-2-e878a364b36ebd22eaa221bfa094367ad3edb681.zip |
Stable for amd64, wrt bug #468054
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmess/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/sdlmess/sdlmess-0.148_p1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/sdlmess/ChangeLog b/games-emulation/sdlmess/ChangeLog index 06637f015f2e..7e7071154ccd 100644 --- a/games-emulation/sdlmess/ChangeLog +++ b/games-emulation/sdlmess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/sdlmess # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.1 2013/03/15 19:34:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.2 2013/05/01 10:32:02 ago Exp $ + + 01 May 2013; Agostino Sarubbo <ago@gentoo.org> sdlmess-0.148_p1.ebuild: + Stable for amd64, wrt bug #468054 *sdlmess-0.148_p1 (15 Mar 2013) @@ -9,4 +12,3 @@ +files/sdlmess-0.148_p1-no-opengl.patch, +files/mess-0.148.ini.in, +files/vector.ini, +metadata.xml: initial import, synced with games-emulation/sdlmame - diff --git a/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild b/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild index 8de989048ce3..7d16f4c2963e 100644 --- a/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild +++ b/games-emulation/sdlmess/sdlmess-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/sdlmess/sdlmess-0.148_p1.ebuild,v 1.1 2013/03/15 19:34:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v 1.2 2013/05/01 10:32:02 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -25,7 +25,7 @@ fi LICENSE="XMAME" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="X alsa debug opengl" REQUIRED_USE="debug? ( X )" |