diff options
author | 2008-06-14 17:43:27 +0000 | |
---|---|---|
committer | 2008-06-14 17:43:27 +0000 | |
commit | aa740c00e03c356735224323c5c18beed0373a2f (patch) | |
tree | 24c18d8807313e00523fe023334e80d5f00f5dfb | |
parent | Stable on ppc wrt bug 221063 (diff) | |
download | gentoo-2-aa740c00e03c356735224323c5c18beed0373a2f.tar.gz gentoo-2-aa740c00e03c356735224323c5c18beed0373a2f.tar.bz2 gentoo-2-aa740c00e03c356735224323c5c18beed0373a2f.zip |
whitespace
(Portage version: 2.1.4.4)
-rw-r--r-- | app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild b/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild index 3143896073ea..f658e8c2e5ef 100644 --- a/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild +++ b/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild,v 1.1 2008/06/14 16:59:32 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1_rc1-r1.ebuild,v 1.2 2008/06/14 17:43:27 mr_bones_ Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -78,7 +78,6 @@ src_compile() { ${myconf} || die "econf failed" # $(use_enable ldap-shared hdb-openldap-module) \ - local ltversion=`libtool --version |grep 'GNU libtool' |sed -e's/^.*(GNU libtool) \([0-9]\+\.[0-9]\+\(\.[0-9]\+\)\+\) .*$/\1/'` local ltmajor=`echo $ltversion |sed -e's/^\([0-9]\+\)\..*$/\1/'` local ltminor=`echo $ltversion |sed -e's/^[0-9]\+\.\([0-9]\+\)\..*$/\1/'` |