diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 02:17:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 02:17:07 +0000 |
commit | 49f7661b02f424471352e666c56184262ec3bf2d (patch) | |
tree | 4fba728706393303d5fd099d9b1900a1af68263f /net-wireless/gnome-bluetooth | |
parent | Forgot 3 docs. (diff) | |
download | gentoo-2-49f7661b02f424471352e666c56184262ec3bf2d.tar.gz gentoo-2-49f7661b02f424471352e666c56184262ec3bf2d.tar.bz2 gentoo-2-49f7661b02f424471352e666c56184262ec3bf2d.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.54)
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild index 079f5dc92e91..449dafdfcbbc 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild,v 1.1 2006/02/07 15:59:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild,v 1.2 2006/02/08 02:17:07 mr_bones_ Exp $ inherit distutils gnome2 eutils multilib @@ -47,11 +47,11 @@ src_unpack() { libtoolize --force --copy || die aclocal || die automake -a || die - autoconf || die + autoconf || die } src_compile() { - platlibdir=$(get_libdir) gnome2_src_compile + platlibdir=$(get_libdir) gnome2_src_compile } pkg_postinst() { |