diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 16:24:53 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 16:24:53 +0000 |
commit | ea978dc06e65414427c68258497b15f944e1877b (patch) | |
tree | 4bd27c6f911ed2a4040c2ba38a832198748ad969 /media-sound/rhythmbox | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-ea978dc06e65414427c68258497b15f944e1877b.tar.gz gentoo-2-ea978dc06e65414427c68258497b15f944e1877b.tar.bz2 gentoo-2-ea978dc06e65414427c68258497b15f944e1877b.zip |
removing 'per foser's request' comments per foser's request ;)
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild b/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild index bedbae6b9a17..13e0c95ba7d5 100644 --- a/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild,v 1.1 2004/04/20 15:53:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.8.0-r1.ebuild,v 1.2 2004/04/20 16:24:53 eradicator Exp $ inherit gnome2 flag-o-matic @@ -53,11 +53,9 @@ G2CONF="${G2CONF} \ $(use_enable pda ipod) \ --enable-mmkeys \ --enable-audiocd \ + --disable-dashboard \ --disable-schemas-install" -# Disabled per foser's request -# --enable-dashboard \ - DOCS="AUTHORS COPYING ChangeLog DOCUMENTERS INSTALL INTERNALS \ MAINTAINERS NEWS README README.iPod THANKS TODO" @@ -70,9 +68,3 @@ src_unpack( ) { # sandbox errors work around gnome2_omf_fix ${S}/help/C/Makefile.in } - -src_compile() { - # Removed by default per foser's request. If you have problems, try removing -ffast-math - # filter-flags "-ffast-math" - gnome2_src_compile -} |