diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 04:01:16 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 04:01:16 +0000 |
commit | 2421736aad6b5671c8e983e026a61cf27e9be857 (patch) | |
tree | b155ce97c00b239dbceb636661975b9e84a60539 /games-emulation | |
parent | Fixed modular X dependencies for bug #109977. (diff) | |
download | gentoo-2-2421736aad6b5671c8e983e026a61cf27e9be857.tar.gz gentoo-2-2421736aad6b5671c8e983e026a61cf27e9be857.tar.bz2 gentoo-2-2421736aad6b5671c8e983e026a61cf27e9be857.zip |
(#118513) Add modular X deps.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/xmess/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/xmess/xmess-0.103.ebuild | 23 |
2 files changed, 22 insertions, 6 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog index faafe1e87607..3d9db713dfd9 100644 --- a/games-emulation/xmess/ChangeLog +++ b/games-emulation/xmess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xmess # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.44 2006/01/19 15:55:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.45 2006/01/25 04:01:16 spyderous Exp $ + + 25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; xmess-0.103.ebuild: + (#118513) Add modular X deps. *xmess-0.103 (19 Jan 2006) diff --git a/games-emulation/xmess/xmess-0.103.ebuild b/games-emulation/xmess/xmess-0.103.ebuild index 262bb9872a4d..01963a413eed 100644 --- a/games-emulation/xmess/xmess-0.103.ebuild +++ b/games-emulation/xmess/xmess-0.103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.103.ebuild,v 1.1 2006/01/19 15:55:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.103.ebuild,v 1.2 2006/01/25 04:01:16 spyderous Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -18,20 +18,33 @@ IUSE="alsa arts dga esd expat ggi joystick lirc mmx net opengl sdl svga X xinera RDEPEND="sys-libs/zlib alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts ) - dga? ( virtual/x11 ) + dga? ( || ( ( x11-libs/libXxf86dga + x11-libs/libXxf86vm + ) + virtual/x11 + ) + ) esd? ( >=media-sound/esound-0.2.29 ) expat? ( dev-libs/expat ) ggi? ( media-libs/libggi ) lirc? ( app-misc/lirc ) opengl? ( - virtual/x11 virtual/opengl virtual/glu ) sdl? ( >=media-libs/libsdl-1.2.0 ) svga? ( media-libs/svgalib ) - X? ( virtual/x11 ) - xv? ( virtual/x11 )" + xinerama? ( || ( x11-libs/libXinerama virtual/x11 ) ) + xv? ( || ( x11-libs/libXv virtual/x11 ) ) + X? ( || ( x11-libs/libXext virtual/x11 ) )" DEPEND="${RDEPEND} + dga? ( || ( ( x11-proto/xf86dgaproto + x11-proto/xf86vidmodeproto + ) + virtual/x11 + ) + ) + xinerama? ( || ( x11-proto/xineramaproto virtual/x11 ) ) + xv? ( || ( x11-proto/videoproto virtual/x11 ) ) x86? ( dev-lang/nasm )" # Icc sucks. bug #41342 # icc? ( dev-lang/icc ) |