diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-04 00:13:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-04 00:13:47 +0000 |
commit | c98115699bb5c423662435c410ae588663e7c029 (patch) | |
tree | 25c99937b1266863a1df9a636a60cbbc17147ed4 /games-emulation/boycott-advance-sdl | |
parent | Mark 1.80 stable on ia64 (diff) | |
download | gentoo-2-c98115699bb5c423662435c410ae588663e7c029.tar.gz gentoo-2-c98115699bb5c423662435c410ae588663e7c029.tar.bz2 gentoo-2-c98115699bb5c423662435c410ae588663e7c029.zip |
dep fix + modular X - patch from Tupone Alfredo via bug #121483
(Portage version: 2.0.54)
Diffstat (limited to 'games-emulation/boycott-advance-sdl')
-rw-r--r-- | games-emulation/boycott-advance-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/boycott-advance-sdl/ChangeLog b/games-emulation/boycott-advance-sdl/ChangeLog index dd9c05ddd861..0ff7735d35eb 100644 --- a/games-emulation/boycott-advance-sdl/ChangeLog +++ b/games-emulation/boycott-advance-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/boycott-advance-sdl -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.2 2004/06/24 22:24:44 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.3 2006/02/04 00:13:47 mr_bones_ Exp $ + + 04 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> + boycott-advance-sdl-0.2.8.ebuild: + dep fix + modular X - patch from Tupone Alfredo via bug #121483 *boycott-advance-sdl-0.2.8 (12 Jan 2004) diff --git a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild index 78c414e39b86..b5834fe3f260 100644 --- a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild +++ b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.2 2004/06/24 22:24:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.3 2006/02/04 00:13:47 mr_bones_ Exp $ inherit games @@ -14,9 +14,9 @@ LICENSE="as-is" SLOT="0" IUSE="" -RDEPEND="virtual/x11 - virtual/opengl +RDEPEND="virtual/opengl >=media-libs/libsdl-1.2 + sys-libs/lib-compat sys-libs/zlib" S="${WORKDIR}/boyca-sdl" |