diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-21 05:39:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-21 05:39:29 +0000 |
commit | d86bebb1873f9905da13bf21459da394b5cc0b1e (patch) | |
tree | bc4da8dd308fcd8d901ba23e56dfb96500a5081b /net-misc/bird | |
parent | Add missing dependency on >=dev-libs/expat-2 and non-zero exit status of setu... (diff) | |
download | gentoo-2-d86bebb1873f9905da13bf21459da394b5cc0b1e.tar.gz gentoo-2-d86bebb1873f9905da13bf21459da394b5cc0b1e.tar.bz2 gentoo-2-d86bebb1873f9905da13bf21459da394b5cc0b1e.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-misc/bird')
-rw-r--r-- | net-misc/bird/bird-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/bird/bird-1.1.1.ebuild b/net-misc/bird/bird-1.1.1.ebuild index bb7b1b9cb749..f52d3786b70b 100644 --- a/net-misc/bird/bird-1.1.1.ebuild +++ b/net-misc/bird/bird-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bird/bird-1.1.1.ebuild,v 1.1 2009/08/20 16:12:18 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bird/bird-1.1.1.ebuild,v 1.2 2009/08/21 05:39:29 mr_bones_ Exp $ inherit eutils @@ -38,8 +38,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die if use ipv6; then - # The only thing worse then not supplying - # a sample configuration file to a user is + # The only thing worse then not supplying + # a sample configuration file to a user is # wasting his/her time with a totally # broken one. rm "${D}/etc/bird6.conf" |