[sawfish] sawfish.ebuild.in: remove audiofile/esound / missing added



commit d22319f3ccd4842665e4fc084610e8cd8c1ec002
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 12:16:07 2010 +0100

    sawfish.ebuild.in: remove audiofile/esound / missing  added

 ChangeLog         |    3 +++
 sawfish.ebuild.in |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2f20e80..fcddb50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
 
 	* autogen.sh: call gitclean instead of distclean
 
+	* sawfish.ebuild.in: remove audiofile/esound
+	                     missing `fi' added
+
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* po/Makefile.in: don't remove sawfish.pot upon distclean
 
diff --git a/sawfish.ebuild.in b/sawfish.ebuild.in
index 58747ea..eb4e065 100644
--- a/sawfish.ebuild.in
+++ b/sawfish.ebuild.in
@@ -28,13 +28,12 @@ src_unpack() {
 
 src_compile() {
 	set -- \
-		--with-gdk-pixbuf \
-		$(use_with audiofile) \
-		$(use_with esd) 
+		--with-gdk-pixbuf
 
 	if use gnome; then
 		set -- "$@" \
 			--with-gnome-prefix=/usr
+	fi
 
 	if ! use nls; then
 		set -- "$@" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]