diff options
author | 2010-10-28 10:48:18 +0000 | |
---|---|---|
committer | 2010-10-28 10:48:18 +0000 | |
commit | 120838970d62a9fc811e0100d5c5fcb13d02d8db (patch) | |
tree | 0d19ba84136df8474dc926b0a021793436fed631 /net-misc/pipes | |
parent | Fix QA issues from bug 342933. (diff) | |
download | historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.tar.gz historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.tar.bz2 historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.zip |
quoting
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/pipes-1.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild index dbc2691f935e..27bd9fe75b6d 100644 --- a/net-misc/pipes/pipes-1.16.ebuild +++ b/net-misc/pipes/pipes-1.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.7 2009/09/23 19:42:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.8 2010/10/28 10:36:35 ssuominen Exp $ DESCRIPTION="Very versatile TCP pipes" HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "s:-O2:${CFLAGS}:" Makefile || \ |