diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-22 08:34:21 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-22 08:34:21 +0000 |
commit | e228b26b39b9322128050f7fc962e19ff06214d9 (patch) | |
tree | 4f5df3bdb3e3ba61a1ff768b18521bbfe0ae7807 /media-sound/synaesthesia/synaesthesia-2.3.ebuild | |
parent | Added ~ppc (diff) | |
download | gentoo-2-e228b26b39b9322128050f7fc962e19ff06214d9.tar.gz gentoo-2-e228b26b39b9322128050f7fc962e19ff06214d9.tar.bz2 gentoo-2-e228b26b39b9322128050f7fc962e19ff06214d9.zip |
Remove virtual/x11 references.
(Portage version: 2.1.3_rc8)
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 } |