summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-01-18 14:38:43 +0000
committerChristian Heim <phreak@gentoo.org>2007-01-18 14:38:43 +0000
commitb4cc54a4ac425426a5849f34cc9ee9e9b9a391dd (patch)
tree4102f15738a17d34cd48afae0af78fe8cecd6853 /sys-cluster/vzctl/vzctl-3.0.14.ebuild
parentAdding additional KEYWORDS (~ia64). (diff)
downloadoverlay-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.ebuild6
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!"
}