diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-18 14:38:43 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-18 14:38:43 +0000 |
commit | b4cc54a4ac425426a5849f34cc9ee9e9b9a391dd (patch) | |
tree | 4102f15738a17d34cd48afae0af78fe8cecd6853 /sys-cluster/vzctl/vzctl-3.0.14.ebuild | |
parent | Adding additional KEYWORDS (~ia64). (diff) | |
download | overlay-b4cc54a4ac425426a5849f34cc9ee9e9b9a391dd.tar.gz overlay-b4cc54a4ac425426a5849f34cc9ee9e9b9a391dd.tar.bz2 overlay-b4cc54a4ac425426a5849f34cc9ee9e9b9a391dd.zip |
DESCRIPTION fixup (s/VPS/VE/), whitespace cleanups.
svn path=/; revision=104
Diffstat (limited to 'sys-cluster/vzctl/vzctl-3.0.14.ebuild')
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.14.ebuild b/sys-cluster/vzctl/vzctl-3.0.14.ebuild index ae6158b..c5153c4 100644 --- a/sys-cluster/vzctl/vzctl-3.0.14.ebuild +++ b/sys-cluster/vzctl/vzctl-3.0.14.ebuild @@ -4,7 +4,7 @@ inherit bash-completion eutils multilib -DESCRIPTION="OpenVZ VPS control utility" +DESCRIPTION="OpenVZ VE control utility" HOMEPAGE="http://openvz.org/" SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" @@ -33,8 +33,8 @@ src_compile() { --localstatedir=/var \ --enable-cron \ $(use_enable bash-completion bashcomp) \ - $(use_enable logrotate ) \ - $(use_enable udev ) || die "econf failed!" + $(use_enable logrotate) \ + $(use_enable udev) || die "econf failed!" emake CFLAGS="${CFLAGS}" || die "emake failed!" } |