diff options
Diffstat (limited to 'media-sound/synaesthesia/synaesthesia-2.3.ebuild')
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.3.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.3.ebuild b/media-sound/synaesthesia/synaesthesia-2.3.ebuild index dadaaffd2740..96144f9e0bb5 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 +# Copyright 1999-2007 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.7 2006/07/24 00:21:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.8 2007/07/22 08:34:21 drac Exp $ inherit eutils @@ -13,20 +13,17 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="sdl svga esd" -RDEPEND="|| ( ( x11-libs/libXext - x11-libs/libSM ) - virtual/x11 - ) +RDEPEND="x11-libs/libXext + x11-libs/libSM esd? ( >=media-sound/esound-0.2.22 ) sdl? ( >=media-libs/libsdl-1.2.0 ) svga? ( >=media-libs/svgalib-1.4.3 )" - DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "/CFLAGS=/s:-O4:${CFLAGS}:" \ @@ -36,6 +33,6 @@ src_unpack() { } src_install() { - dobin synaesthesia || die + dobin synaesthesia dodoc README } |