diff options
author | 2010-09-22 15:25:31 +0000 | |
---|---|---|
committer | 2010-09-22 15:25:31 +0000 | |
commit | 85996950a7bdbef881cc744c9ae54e6be9bd33c5 (patch) | |
tree | 86b229876bb791d962c1cf7c8f38323105a120d3 /net-nntp | |
parent | Add patch that should fix bug #333299 (procps failing to build with gmake 3.82). (diff) | |
download | gentoo-2-85996950a7bdbef881cc744c9ae54e6be9bd33c5.tar.gz gentoo-2-85996950a7bdbef881cc744c9ae54e6be9bd33c5.tar.bz2 gentoo-2-85996950a7bdbef881cc744c9ae54e6be9bd33c5.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/pan/pan-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-nntp/pan/pan-9999.ebuild b/net-nntp/pan/pan-9999.ebuild index a04e56bd411f..448151544f44 100644 --- a/net-nntp/pan/pan-9999.ebuild +++ b/net-nntp/pan/pan-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.3 2010/09/21 20:29:22 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.4 2010/09/22 15:25:31 mr_bones_ Exp $ EAPI="3" @@ -42,4 +42,3 @@ src_prepare() { src_configure() { econf $(use_with spell gtkspell) } - |