summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:03:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:03:02 +0000
commit5896238542809334e81223764c3135fc47b89982 (patch)
treea2ebae9e7afa623ad1daadcab9e7ffd6db3705ed /x11-wm
parentRemove USE="esd" because media-sound/esound isn't in tree anymore. (diff)
downloadgentoo-2-5896238542809334e81223764c3135fc47b89982.tar.gz
gentoo-2-5896238542809334e81223764c3135fc47b89982.tar.bz2
gentoo-2-5896238542809334e81223764c3135fc47b89982.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')
-rw-r--r--x11-wm/sawfish/ChangeLog5
-rw-r--r--x11-wm/sawfish/sawfish-1.3.3.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 0512a9507ecd..cde7b863159e 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/sawfish
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.107 2012/02/24 23:26:57 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.108 2012/03/18 13:03:02 ssuominen Exp $
+
+ 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> sawfish-1.3.3.ebuild:
+ Remove USE="esd" because media-sound/esound isn't in tree anymore.
24 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
sawfish-1.8.2.ebuild:
diff --git a/x11-wm/sawfish/sawfish-1.3.3.ebuild b/x11-wm/sawfish/sawfish-1.3.3.ebuild
index 625faf5f63d4..9b3f52cb6c82 100644
--- a/x11-wm/sawfish/sawfish-1.3.3.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/sawfish/sawfish-1.3.3.ebuild,v 1.10 2011/09/12 14:13:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.11 2012/03/18 13:03:02 ssuominen Exp $
EAPI=1
@@ -25,13 +25,12 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="gnome esd nls audiofile pango"
+IUSE="gnome nls audiofile pango"
RDEPEND=">=x11-libs/rep-gtk-0.17
=dev-libs/librep-0.17*
>=x11-libs/gtk+-2.0.8:2
audiofile? ( >=media-libs/audiofile-0.2.3 )
- esd? ( >=media-sound/esound-0.2.23 )
nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
@@ -62,7 +61,7 @@ src_compile() {
--disable-themer \
--with-gdk-pixbuf \
$(use_with audiofile) \
- $(use_with esd) \
+ --without-esd \
$(use_with pango)
if use gnome; then