diff options
author | 2012-03-18 13:27:39 +0000 | |
---|---|---|
committer | 2012-03-18 13:27:39 +0000 | |
commit | 75db03338a76aaa92a0338c3bcbd2474776cdc8d (patch) | |
tree | 4606a3565951bec277289cfa20f946a920923ada /x11-plugins/wmsound/wmsound-0.9.5.ebuild | |
parent | Remove USE="esd" because media-sound/esound isn't in tree anymore. (diff) | |
download | gentoo-2-75db03338a76aaa92a0338c3bcbd2474776cdc8d.tar.gz gentoo-2-75db03338a76aaa92a0338c3bcbd2474776cdc8d.tar.bz2 gentoo-2-75db03338a76aaa92a0338c3bcbd2474776cdc8d.zip |
Remove USE="esd" because media-sound/esound isn't in tree anymore.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmsound/wmsound-0.9.5.ebuild')
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index 5101eed0dc5b..4778b19a8237 100644 --- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild +++ b/x11-plugins/wmsound/wmsound-0.9.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.8 2010/08/31 08:51:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.9 2012/03/18 13:27:38 ssuominen Exp $ inherit eutils -IUSE="esd" +IUSE="" DESCRIPTION="WindowMaker sound server" SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz" @@ -12,7 +12,6 @@ HOMEPAGE="http://largo.windowmaker.org/" RDEPEND=">=x11-wm/windowmaker-0.80.2-r1 >=x11-libs/libPropList-0.10.1-r3 - esd? ( >=media-sound/esound-0.2.34 ) >=media-sound/wmsound-data-1.0.0" DEPEND="${RDEPEND} @@ -29,7 +28,6 @@ src_unpack() cd "${S}" epatch "${FILESDIR}/wmsound-config.patch" epatch "${FILESDIR}/wmsound-ComplexProgramTargetNoMan.patch" - use esd && epatch "${FILESDIR}/wmsound-esd.patch" #Fix compilation with --as-needed. sed -i 's:-lPropList $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList:' src/Imakefile |