diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-30 10:16:13 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-30 10:16:13 +0000 |
commit | dae2cc9983713bc4815432a4a78376634310d77b (patch) | |
tree | fe902aecc89983a4335607a6b4bb710458ab25fd /net-wireless | |
parent | Fix typo in RDEPEND, thanks to Tim Harder in bug #286903. (diff) | |
download | gentoo-2-dae2cc9983713bc4815432a4a78376634310d77b.tar.gz gentoo-2-dae2cc9983713bc4815432a4a78376634310d77b.tar.bz2 gentoo-2-dae2cc9983713bc4815432a4a78376634310d77b.zip |
Whitespace fix
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild index febc79491270..73425856d97e 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.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/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild,v 1.2 2009/09/30 10:13:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.1.ebuild,v 1.3 2009/09/30 10:16:13 nirbheek Exp $ EAPI="2" @@ -43,7 +43,7 @@ src_prepare() { # Fix intltoolize broken file, see upstream #577133 and #579464 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ || die "sed failed" - + # Patch is from upstream 2.28 branch, bug 287043 epatch "${FILESDIR}/${P}-fix-smp-build.patch" |