diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-26 15:06:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-26 15:06:56 +0000 |
commit | d7f7e98690cc5e389dd27cdd67c42ea4c215d988 (patch) | |
tree | 88ed805f07ed43265477040056660ceedbc4b174 /games-emulation | |
parent | x86 stable wrt bug #315365 (diff) | |
download | gentoo-2-d7f7e98690cc5e389dd27cdd67c42ea4c215d988.tar.gz gentoo-2-d7f7e98690cc5e389dd27cdd67c42ea4c215d988.tar.bz2 gentoo-2-d7f7e98690cc5e389dd27cdd67c42ea4c215d988.zip |
add a blocker for media-gfx/fondu which also has a tobin (bug #289715)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dgen-sdl/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog index 4ef532c00468..31239619111d 100644 --- a/games-emulation/dgen-sdl/ChangeLog +++ b/games-emulation/dgen-sdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dgen-sdl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.12 2009/10/20 00:51:19 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.13 2010/04/26 15:06:56 mr_bones_ Exp $ + + 26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> dgen-sdl-1.23.ebuild: + add a blocker for media-gfx/fondu which also has a tobin (bug #289715) 20 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> dgen-sdl-1.23.ebuild: EAPI=2; fix parallel build diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index b7b109d45de8..dbfd5594e01a 100644 --- a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild +++ b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.13 2009/10/20 00:51:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.14 2010/04/26 15:06:56 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,8 @@ KEYWORDS="x86" IUSE="X mmx opengl" RDEPEND="media-libs/libsdl - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + !media-gfx/fondu" DEPEND="${RDEPEND} X? ( x11-misc/imake ) dev-lang/nasm" |