diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 23:48:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 23:48:19 +0000 |
commit | 394859f1a9d054d93548bf48596a9bf9f40b0c89 (patch) | |
tree | 3523a21dabfdc8def81ad6a5be130cb6edd76584 /games-emulation/vgba | |
parent | (#122115) Need to inherit eutils to use built_with_use(). (diff) | |
download | gentoo-2-394859f1a9d054d93548bf48596a9bf9f40b0c89.tar.gz gentoo-2-394859f1a9d054d93548bf48596a9bf9f40b0c89.tar.bz2 gentoo-2-394859f1a9d054d93548bf48596a9bf9f40b0c89.zip |
modular X deps - patch from Tupone Alfredo via bug #122172
(Portage version: 2.0.54)
Diffstat (limited to 'games-emulation/vgba')
-rw-r--r-- | games-emulation/vgba/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/vgba/vgba-2.1.ebuild | 8 |
2 files changed, 10 insertions, 5 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/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}" |