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 | 96b61bac8722363c0401581b65967f858ade0cc5 (patch) | |
tree | edbdc949a01e86304f4fcd04989879a6e553f1f5 /games-emulation/boycott-advance-sdl | |
parent | Mark 1.80 stable on ia64 (diff) | |
download | historical-96b61bac8722363c0401581b65967f858ade0cc5.tar.gz historical-96b61bac8722363c0401581b65967f858ade0cc5.tar.bz2 historical-96b61bac8722363c0401581b65967f858ade0cc5.zip |
dep fix + modular X - patch from Tupone Alfredo via bug #121483
Package-Manager: portage-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/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild | 8 |
3 files changed, 13 insertions, 9 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/Manifest b/games-emulation/boycott-advance-sdl/Manifest index c637398b24ed..f302c4d17bff 100644 --- a/games-emulation/boycott-advance-sdl/Manifest +++ b/games-emulation/boycott-advance-sdl/Manifest @@ -1,4 +1,4 @@ -MD5 c52ee824d281fac743d05fe36c5e9669 boycott-advance-sdl-0.2.8.ebuild 997 -MD5 c74667eb9c982a3457de3f3eb9bff914 ChangeLog 461 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 32047a05b22a82a0f90738c00dbcd116 ChangeLog 620 +MD5 9a6e9950b757c6892e2566dd2df3fa25 boycott-advance-sdl-0.2.8.ebuild 1006 MD5 ca788ea7871dae1a43982a402787d809 files/digest-boycott-advance-sdl-0.2.8 89 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 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" |