diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-15 06:27:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-15 06:27:20 +0000 |
commit | 481524b040a4977d0db16fee59f75e5fa8e5418a (patch) | |
tree | 8410b092f32773bffb7b344d22b9b60bae48fe9e /net-im/ekg | |
parent | consitency fix (diff) | |
download | gentoo-2-481524b040a4977d0db16fee59f75e5fa8e5418a.tar.gz gentoo-2-481524b040a4977d0db16fee59f75e5fa8e5418a.tar.bz2 gentoo-2-481524b040a4977d0db16fee59f75e5fa8e5418a.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ekg-1.6_rc1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ekg/ekg-1.6_rc1.ebuild b/net-im/ekg/ekg-1.6_rc1.ebuild index fd4ed6cdd68f..6403309d0552 100644 --- a/net-im/ekg/ekg-1.6_rc1.ebuild +++ b/net-im/ekg/ekg-1.6_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1.ebuild,v 1.3 2005/04/14 20:04:15 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1.ebuild,v 1.4 2005/04/15 06:27:20 mr_bones_ Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/ekg-1.6_rc1-fpic.patch } - + src_compile() { local myconf="--enable-ioctld --enable-shared --enable-dynamic" use ssl || myconf="$myconf --disable-openssl" @@ -37,7 +37,7 @@ src_compile() { use python && myconf="$myconf --with-python" use spell && myconf="$myconf --enable-aspell" use threads && myconf="$myconf --with-pthread" - + econf ${myconf} || die emake || die } |