diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-27 06:23:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-27 06:23:40 +0000 |
commit | 792c6a773ad8804e17d8b1eab4a4883088592c9e (patch) | |
tree | 2672e4c37c464be56aa696d47e1dde16ff8da4ee /games-emulation/mupen64-blight-tr64gl | |
parent | Remove redundant comments (diff) | |
download | gentoo-2-792c6a773ad8804e17d8b1eab4a4883088592c9e.tar.gz gentoo-2-792c6a773ad8804e17d8b1eab4a4883088592c9e.tar.bz2 gentoo-2-792c6a773ad8804e17d8b1eab4a4883088592c9e.zip |
needs gtk+-1 (bug #223131)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-emulation/mupen64-blight-tr64gl')
-rw-r--r-- | games-emulation/mupen64-blight-tr64gl/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/ChangeLog b/games-emulation/mupen64-blight-tr64gl/ChangeLog index 1abeb1018f7e..5e390f096630 100644 --- a/games-emulation/mupen64-blight-tr64gl/ChangeLog +++ b/games-emulation/mupen64-blight-tr64gl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64-blight-tr64gl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.8 2007/02/21 23:25:05 peper Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/ChangeLog,v 1.9 2009/01/27 06:23:40 mr_bones_ Exp $ + + 27 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + mupen64-blight-tr64gl-0.8.7_pre1.ebuild: + needs gtk+-1 (bug #223131) 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild index e0cfdd7fb223..747d3d73cc78 100644 --- a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.5 2007/04/06 04:51:06 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.6 2009/01/27 06:23:40 mr_bones_ Exp $ +EAPI=1 inherit games MY_P="tr64gl-${PV/_/-}" @@ -15,7 +16,9 @@ KEYWORDS="x86" IUSE="" RESTRICT="strip" -RDEPEND="media-libs/libsdl" +RDEPEND="media-libs/libsdl + virtual/opengl + x11-libs/gtk+:1" S=${WORKDIR} |