diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-26 16:35:32 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-26 16:35:32 +0000 |
commit | 02c640dc340f77c49d964127b578731a7d77c33b (patch) | |
tree | 6b8d5fe58e50288b8d24c7808ba1fea720c73922 /sys-cluster | |
parent | A new, mostly bugfix release, as requested in bug #107108. (diff) | |
download | gentoo-2-02c640dc340f77c49d964127b578731a7d77c33b.tar.gz gentoo-2-02c640dc340f77c49d964127b578731a7d77c33b.tar.bz2 gentoo-2-02c640dc340f77c49d964127b578731a7d77c33b.zip |
trim whitespace
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/vzctl/vzctl-2.7.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild b/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild index 0aae0ac90546..d72006fa7f8b 100644 --- a/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild +++ b/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild,v 1.1 2005/09/26 15:32:35 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-2.7.0.21.ebuild,v 1.2 2005/09/26 16:35:32 swegener Exp $ inherit eutils toolchain-funcs versionator linux-info @@ -48,7 +48,7 @@ src_unpack() { epatch ${FILESDIR}/vzctl-2.7.0-gentoo_conf_d.patch epatch ${FILESDIR}/vzctl-2.7.0-gentoo_etc_vz.patch } - + src_compile() { emake VZKERNEL_HEADERS=${KV_DIR}/include || die "emake failed" } |