summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-08 23:48:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-08 23:48:19 +0000
commiteaff54226ada5c8ffc4b9065367ec814867dcae7 (patch)
tree77bdc515bfb60391cd28b89871531e3e535e3299 /games-emulation/vgba
parent(#122115) Need to inherit eutils to use built_with_use(). (diff)
downloadhistorical-eaff54226ada5c8ffc4b9065367ec814867dcae7.tar.gz
historical-eaff54226ada5c8ffc4b9065367ec814867dcae7.tar.bz2
historical-eaff54226ada5c8ffc4b9065367ec814867dcae7.zip
modular X deps - patch from Tupone Alfredo via bug #122172
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-emulation/vgba')
-rw-r--r--games-emulation/vgba/ChangeLog7
-rw-r--r--games-emulation/vgba/Manifest6
-rw-r--r--games-emulation/vgba/vgba-2.1.ebuild8
3 files changed, 13 insertions, 8 deletions
diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog
index e49fdfa78f36..53008adc40d9 100644
--- a/games-emulation/vgba/ChangeLog
+++ b/games-emulation/vgba/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/vgba
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.4 2004/06/24 22:36:51 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.5 2006/02/08 23:48:19 mr_bones_ Exp $
+
+ 08 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> vgba-2.1.ebuild:
+ modular X deps - patch from Tupone Alfredo via bug #122172
*vgba-2.1 (12 Jan 2004)
diff --git a/games-emulation/vgba/Manifest b/games-emulation/vgba/Manifest
index 7d9b25942446..908f8a742cd1 100644
--- a/games-emulation/vgba/Manifest
+++ b/games-emulation/vgba/Manifest
@@ -1,4 +1,4 @@
-MD5 c32a215eb4522a655365dc0b1bc885b5 vgba-2.1.ebuild 720
-MD5 7c40a3b295abf62caeaeffc4ad6c7ae0 ChangeLog 436
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 33b9b667f76b07021de3ca3cd9d6a2ba ChangeLog 571
MD5 2c0c83ca8202d620be06f28ef499b598 files/digest-vgba-2.1 73
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 ad8e37fabf187f8d3e5adb29a8a70be3 vgba-2.1.ebuild 767
diff --git a/games-emulation/vgba/vgba-2.1.ebuild b/games-emulation/vgba/vgba-2.1.ebuild
index a9c32a760785..6b8ee1d44dd5 100644
--- a/games-emulation/vgba/vgba-2.1.ebuild
+++ b/games-emulation/vgba/vgba-2.1.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/vgba/vgba-2.1.ebuild,v 1.4 2004/06/24 22:36:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.1.ebuild,v 1.5 2006/02/08 23:48:19 mr_bones_ Exp $
inherit games
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE=""
-RDEPEND="virtual/x11"
+RDEPEND="sys-libs/zlib
+ || ( x11-libs/libXext
+ virtual/x11 )"
S="${WORKDIR}"