diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-02 22:41:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-02 22:41:35 +0000 |
commit | 19f7e7f0a2f8324ba4f4e0d37b67f0800478de6d (patch) | |
tree | d04609d73e51c484dde33bfef7012db35a8c2c49 /games-emulation | |
parent | Make the SG_IO patches apply only if the user is running 2.6.15 or higher. (diff) | |
download | gentoo-2-19f7e7f0a2f8324ba4f4e0d37b67f0800478de6d.tar.gz gentoo-2-19f7e7f0a2f8324ba4f4e0d37b67f0800478de6d.tar.bz2 gentoo-2-19f7e7f0a2f8324ba4f4e0d37b67f0800478de6d.zip |
modular X deps
(Portage version: 2.0.54)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/atari800/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/atari800/atari800-1.3.6.ebuild | 15 |
2 files changed, 17 insertions, 6 deletions
diff --git a/games-emulation/atari800/ChangeLog b/games-emulation/atari800/ChangeLog index cd6e7db67094..ef39d3dddc09 100644 --- a/games-emulation/atari800/ChangeLog +++ b/games-emulation/atari800/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/atari800 -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.11 2005/08/03 17:58:15 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.12 2006/02/02 22:41:35 mr_bones_ Exp $ + + 02 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> + atari800-1.3.6.ebuild: + modular X deps *atari800-1.3.6 (03 Aug 2005) diff --git a/games-emulation/atari800/atari800-1.3.6.ebuild b/games-emulation/atari800/atari800-1.3.6.ebuild index 16015358ea28..0ec7a6901c91 100644 --- a/games-emulation/atari800/atari800-1.3.6.ebuild +++ b/games-emulation/atari800/atari800-1.3.6.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/atari800/atari800-1.3.6.ebuild,v 1.2 2005/11/08 20:21:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.6.ebuild,v 1.3 2006/02/02 22:41:35 mr_bones_ Exp $ inherit games @@ -14,9 +14,16 @@ SLOT="0" KEYWORDS="alpha ~amd64 ppc sparc x86" IUSE="sdl" -RDEPEND="virtual/x11 - sdl? ( >=media-libs/libsdl-1.2.0 )" +RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) + !sdl? ( || ( ( x11-libs/libX11 ) virtual/x11 ) )" DEPEND="${RDEPEND} + !sdl? ( + || ( + ( x11-libs/libXt + x11-libs/libX11 + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 ) ) app-arch/unzip" src_unpack() { |