diff options
author | 2009-05-08 16:40:52 +0000 | |
---|---|---|
committer | 2009-05-08 16:40:52 +0000 | |
commit | 3677da884eb17d7686b9cb13ab1477260bd03001 (patch) | |
tree | 4aa1eb8abbc82e522cd50beef5b24613015ada06 /gnome-base | |
parent | Insert -lm to linking for -Wl,--as-needed wrt #245526 (diff) | |
download | gentoo-2-3677da884eb17d7686b9cb13ab1477260bd03001.tar.gz gentoo-2-3677da884eb17d7686b9cb13ab1477260bd03001.tar.bz2 gentoo-2-3677da884eb17d7686b9cb13ab1477260bd03001.zip |
whitespace
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/gvfs-1.0.3-r12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild b/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild index 3492f8c8bc98..82da3e0ca8eb 100644 --- a/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild +++ b/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild,v 1.2 2009/05/08 00:52:29 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.0.3-r12.ebuild,v 1.3 2009/05/08 16:40:52 mr_bones_ Exp $ inherit autotools bash-completion gnome2 eutils @@ -85,7 +85,7 @@ src_unpack() { # Fix "Function `g_volume_monitor_adopt_orphan_mount' implicitly converted to pointer at gdaemonvolumemonitor.c:155" # bug 268788 - sed -i -e 's:-DG_DISABLE_DEPRECATED::g' $(find . -name Makefile.in) || die + sed -i -e 's:-DG_DISABLE_DEPRECATED::g' $(find . -name Makefile.in) || die } |