summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-18 14:02:54 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-18 14:02:54 +0000
commitf9f8b864bb037c865f2bcbb1580d2c8382dcf361 (patch)
treee20c683c6322e4e8ac8694eff720fd4d79eacda9 /x11-wm/enlightenment/enlightenment-1.0.2.ebuild
parentRemove USE="esd" because media-sound/esound isn't in tree anymore. (diff)
downloadgentoo-2-f9f8b864bb037c865f2bcbb1580d2c8382dcf361.tar.gz
gentoo-2-f9f8b864bb037c865f2bcbb1580d2c8382dcf361.tar.bz2
gentoo-2-f9f8b864bb037c865f2bcbb1580d2c8382dcf361.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-wm/enlightenment/enlightenment-1.0.2.ebuild')
-rw-r--r--x11-wm/enlightenment/enlightenment-1.0.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/enlightenment/enlightenment-1.0.2.ebuild b/x11-wm/enlightenment/enlightenment-1.0.2.ebuild
index 293f3ebca504..3cd810bef493 100644
--- a/x11-wm/enlightenment/enlightenment-1.0.2.ebuild
+++ b/x11-wm/enlightenment/enlightenment-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# 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-wm/enlightenment/enlightenment-1.0.2.ebuild,v 1.9 2010/12/28 01:47:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.2.ebuild,v 1.10 2012/03/18 14:02:54 ssuominen Exp $
EAPI="2"
if [[ ${PV} == *9999 ]] ; then
@@ -21,10 +21,9 @@ HOMEPAGE="http://www.enlightenment.org/"
LICENSE="BSD"
SLOT="0"
-IUSE="doc dbus esd nls pango pulseaudio xcomposite xinerama xrandr"
+IUSE="doc dbus nls pango pulseaudio xcomposite xinerama xrandr"
-RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
- pulseaudio? ( media-sound/pulseaudio )
+RDEPEND="pulseaudio? ( media-sound/pulseaudio )
dbus? ( sys-apps/dbus )
pango? ( x11-libs/pango )
=media-libs/freetype-2*
@@ -66,7 +65,7 @@ src_configure() {
$(use_enable nls) \
$(use_enable dbus) \
$(use_enable pulseaudio sound-pulse) \
- $(use_enable esd sound-esound) \
+ --disable-sound-esound \
$(use_enable pango) \
$(use_enable xinerama) \
$(use_enable xrandr) \