diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-10 17:40:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-10 17:40:20 +0000 |
commit | fa140520aa64071a4472517020810874a7f37775 (patch) | |
tree | adddac30ed68d54062eb906c9c7644ceb09fcfc7 /sys-cluster/ipvsadm | |
parent | Version bump as requested in bug #288436. Lots of build fixes included: paral... (diff) | |
download | gentoo-2-fa140520aa64071a4472517020810874a7f37775.tar.gz gentoo-2-fa140520aa64071a4472517020810874a7f37775.tar.bz2 gentoo-2-fa140520aa64071a4472517020810874a7f37775.zip |
Whitespace.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.25.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.25.ebuild index 740a9182eee9..3086b543b42a 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.25.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.25.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/sys-cluster/ipvsadm/ipvsadm-1.25.ebuild,v 1.1 2009/10/10 17:39:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.25.ebuild,v 1.2 2009/10/10 17:40:20 robbat2 Exp $ EAPI=2 inherit linux-info toolchain-funcs eutils @@ -41,7 +41,7 @@ src_compile() { src_install() { into / dosbin ipvsadm ipvsadm-save ipvsadm-restore || die - + into /usr doman ipvsadm.8 ipvsadm-save.8 ipvsadm-restore.8 || die |