summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/vzctl/ChangeLog5
-rw-r--r--sys-cluster/vzctl/vzctl-9999.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index 8ae13f9ec7e2..f5b66467072d 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.65 2009/10/21 11:53:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.66 2009/10/27 13:50:33 pva Exp $
+
+ 27 Oct 2009; Peter Volkov <pva@gentoo.org> vzctl-9999.ebuild:
+ Nuke logrotate USE flag in git ebuild too.
21 Oct 2009; Peter Volkov <pva@gentoo.org> vzctl-9999.ebuild:
Small clenup to restore DESCRIPTION, thank Mr_Bones_ for report.
diff --git a/sys-cluster/vzctl/vzctl-9999.ebuild b/sys-cluster/vzctl/vzctl-9999.ebuild
index 8c11450fd779..907c091a2553 100644
--- a/sys-cluster/vzctl/vzctl-9999.ebuild
+++ b/sys-cluster/vzctl/vzctl-9999.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/vzctl/vzctl-9999.ebuild,v 1.2 2009/10/21 11:53:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.3 2009/10/27 13:50:33 pva Exp $
EAPI="2"
@@ -13,9 +13,9 @@ EGIT_REPO_URI="git://git.openvz.org/pub/vzctl"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="bash-completion logrotate"
+IUSE="bash-completion"
-RDEPEND="logrotate? ( app-admin/logrotate )
+RDEPEND="
net-firewall/iptables
sys-apps/ed
sys-apps/iproute2
@@ -35,8 +35,8 @@ src_configure() {
--localstatedir=/var \
--enable-cron \
--enable-udev \
- $(use_enable bash-completion bashcomp) \
- $(use_enable logrotate)
+ --enable-logrotate \
+ $(use_enable bash-completion bashcomp)
}
src_install() {