diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-22 09:59:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-22 09:59:30 +0000 |
commit | de8e8ab0656f2077d56f10d53dc61019829a07d5 (patch) | |
tree | acc63fede673e9006505cfc44abba28932e2b935 /games-emulation | |
parent | 10.0 version bump && include sdl-ttf for bug 167202 (diff) | |
download | gentoo-2-de8e8ab0656f2077d56f10d53dc61019829a07d5.tar.gz gentoo-2-de8e8ab0656f2077d56f10d53dc61019829a07d5.tar.bz2 gentoo-2-de8e8ab0656f2077d56f10d53dc61019829a07d5.zip |
depend on >=emul-sdl-10.0; bug 167202
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mupen64/mupen64-0.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/mupen64/ChangeLog b/games-emulation/mupen64/ChangeLog index c8e9aacd8221..498be2dc14e1 100644 --- a/games-emulation/mupen64/ChangeLog +++ b/games-emulation/mupen64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.22 2007/02/14 14:27:57 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.23 2007/02/22 09:59:30 blubb Exp $ + + 22 Feb 2007; Simon Stelling <blubb@gentoo.org> mupen64-0.5-r2.ebuild: + depend on >=emul-sdl-10.0; bug 167202 *mupen64-0.5-r2 (14 Feb 2007) diff --git a/games-emulation/mupen64/mupen64-0.5-r2.ebuild b/games-emulation/mupen64/mupen64-0.5-r2.ebuild index 51fe88ecd831..389cd9075528 100644 --- a/games-emulation/mupen64/mupen64-0.5-r2.ebuild +++ b/games-emulation/mupen64/mupen64-0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r2.ebuild,v 1.2 2007/02/14 15:14:22 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r2.ebuild,v 1.3 2007/02/22 09:59:30 blubb Exp $ inherit eutils multilib games @@ -20,7 +20,7 @@ RDEPEND="virtual/opengl media-libs/sdl-ttf amd64? ( app-emulation/emul-linux-x86-gtklibs - app-emulation/emul-linux-x86-sdl + >=app-emulation/emul-linux-x86-sdl-10.0 )" DEPEND="${RDEPEND} dev-util/pkgconfig |