diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 19:43:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 19:43:39 +0000 |
commit | 58a6d9746c6ad9bae13ab68c3e176769cd576f76 (patch) | |
tree | af6fa1767a9095a6a7e87a67503f6c0bc1987c58 /games-emulation | |
parent | Added modular X dependencies and closing bug #121527. (diff) | |
download | gentoo-2-58a6d9746c6ad9bae13ab68c3e176769cd576f76.tar.gz gentoo-2-58a6d9746c6ad9bae13ab68c3e176769cd576f76.tar.bz2 gentoo-2-58a6d9746c6ad9bae13ab68c3e176769cd576f76.zip |
Added modular X dependencies and closing bug #121618.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/darcnes/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/darcnes/darcnes-0401-r2.ebuild | 21 |
2 files changed, 19 insertions, 10 deletions
diff --git a/games-emulation/darcnes/ChangeLog b/games-emulation/darcnes/ChangeLog index 8656ebc4e7f1..06feab7d14b9 100644 --- a/games-emulation/darcnes/ChangeLog +++ b/games-emulation/darcnes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/darcnes -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/ChangeLog,v 1.11 2005/03/13 08:29:51 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/ChangeLog,v 1.12 2006/02/10 19:43:39 wolf31o2 Exp $ + + 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> + darcnes-0401-r2.ebuild: + Added modular X dependencies and closing bug #121618. 13 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> darcnes-0401-r2.ebuild: applied joypad emulation patch from Alastair Bridgewater (bug #75391); tidy diff --git a/games-emulation/darcnes/darcnes-0401-r2.ebuild b/games-emulation/darcnes/darcnes-0401-r2.ebuild index 7c3eb8053abd..30e5ef871dbd 100644 --- a/games-emulation/darcnes/darcnes-0401-r2.ebuild +++ b/games-emulation/darcnes/darcnes-0401-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/darcnes/darcnes-0401-r2.ebuild,v 1.9 2005/03/13 08:29:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/darcnes-0401-r2.ebuild,v 1.10 2006/02/10 19:43:39 wolf31o2 Exp $ inherit eutils games @@ -13,12 +13,17 @@ SLOT="0" KEYWORDS="-ppc x86" IUSE="gtk svga X" -DEPEND="svga? ( >=media-libs/svgalib-1.4.2 ) - !svga? ( virtual/x11 ) - X? ( virtual/x11 ) - gtk? ( - virtual/x11 - =x11-libs/gtk+-1.2* )" +RDEPEND="svga? ( >=media-libs/svgalib-1.4.2 ) + !svga? ( !gtk? ( || ( x11-libs/libXaw + virtual/x11 ) ) ) + X? ( || ( x11-libs/libXaw + virtual/x11 ) ) + gtk? ( =x11-libs/gtk+-1.2* )" +DEPEND="${RDEPEND} + !svga? ( || ( x11-proto/xextproto + virtual/x11 ) ) + X? ( || ( x11-proto/xextproto + virtual/x11 ) )" S=${WORKDIR}/${PN} |