diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 16:45:29 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 16:45:29 +0000 |
commit | 7e72ecebf47b9a4cde4f1e5ade7b462b68386074 (patch) | |
tree | ac7c3b0b75aedb631b019907d24c21f0b5221e63 /media-sound/synaesthesia | |
parent | remove me (diff) | |
download | gentoo-2-7e72ecebf47b9a4cde4f1e5ade7b462b68386074.tar.gz gentoo-2-7e72ecebf47b9a4cde4f1e5ade7b462b68386074.tar.bz2 gentoo-2-7e72ecebf47b9a4cde4f1e5ade7b462b68386074.zip |
Fixed modular X dependencies.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.3.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.3.ebuild b/media-sound/synaesthesia/synaesthesia-2.3.ebuild index 6e544c0b35c7..25341be9616b 100644 --- a/media-sound/synaesthesia/synaesthesia-2.3.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.3.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/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.4 2006/01/26 17:08:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.5 2006/01/27 16:45:29 ticho Exp $ inherit eutils @@ -13,20 +13,17 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl svga esd" -DEPEND="|| ( ( - x11-proto/xproto - x11-proto/xextproto - x11-libs/libXt ) +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libICE + x11-libs/libXext ) virtual/x11 ) esd? ( >=media-sound/esound-0.2.22 ) sdl? ( >=media-libs/libsdl-1.2.0 ) svga? ( >=media-libs/svgalib-1.4.3 )" -RDEPEND="${DEPEND} - || ( ( x11-libs/libICE ) - virtual/x11 - )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { unpack ${A} |