diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-19 05:36:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-19 05:36:19 +0000 |
commit | 94df59ba19f0c27015e85d5cb0698daf7f991863 (patch) | |
tree | 2c2327d8ae606c71603f5f73e64d626a2293b6a1 /net-im/ekg | |
parent | add -* to keywords so repoman doesn't complain about lack of keywords (Manife... (diff) | |
download | gentoo-2-94df59ba19f0c27015e85d5cb0698daf7f991863.tar.gz gentoo-2-94df59ba19f0c27015e85d5cb0698daf7f991863.tar.bz2 gentoo-2-94df59ba19f0c27015e85d5cb0698daf7f991863.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ekg-1.5_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekg/ekg-1.5_rc1.ebuild b/net-im/ekg/ekg-1.5_rc1.ebuild index b94e0034465c..056c07f6e1b0 100644 --- a/net-im/ekg/ekg-1.5_rc1.ebuild +++ b/net-im/ekg/ekg-1.5_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5_rc1.ebuild,v 1.1 2004/04/17 13:36:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5_rc1.ebuild,v 1.2 2004/04/19 05:34:33 mr_bones_ Exp $ IUSE="ssl ncurses zlib python spell" @@ -29,7 +29,7 @@ src_compile() { use zlib || myconf="$myconf --disable-zlib" use python && myconf="$myconf --with-python" use spell && myconf="$myconf --enable-aspell" - + econf ${myconf} || die emake || die } |