diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
commit | e0a469bef839cd2d6a20678483b50e2e7f452a55 (patch) | |
tree | e003be58b7f60ff16c2013608da9b166512420ed /net-p2p/giftcurs/giftcurs-0.5.7.ebuild | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.gz gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.bz2 gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-p2p/giftcurs/giftcurs-0.5.7.ebuild')
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.5.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/giftcurs/giftcurs-0.5.7.ebuild b/net-p2p/giftcurs/giftcurs-0.5.7.ebuild index c3780cf0f843..074da9f8bb89 100644 --- a/net-p2p/giftcurs/giftcurs-0.5.7.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.5.7.ebuild,v 1.3 2003/07/13 20:28:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.5.7.ebuild,v 1.4 2003/09/07 00:17:34 msterret Exp $ MY_P="giFTcurs-${PV}" S="${WORKDIR}/${MY_P}" @@ -17,17 +17,17 @@ DEPEND="virtual/glibc src_compile() { local myconf="" - + use gpm || myconf="${myconf} --disable-mouse --disable-libgpm" - use nls || myconf="${myconf} --disable-nls" + use nls || myconf="${myconf} --disable-nls" econf $myconf || die "./configure failed" - + emake || die "Compilation failed" } src_install() { einstall || die "Installation failed" - + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO } |