summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-07-02 15:11:05 +0000
committerPeter Volkov <pva@gentoo.org>2010-07-02 15:11:05 +0000
commit48235b8f4a62febd44ce5f909ad2818a392912e2 (patch)
tree4b6dbf57483d7e72e95e01a28745c7c449b818ed /sys-cluster
parentUpstream version bump. Tons of fixes/additions to available completions (diff)
downloadgentoo-2-48235b8f4a62febd44ce5f909ad2818a392912e2.tar.gz
gentoo-2-48235b8f4a62febd44ce5f909ad2818a392912e2.tar.bz2
gentoo-2-48235b8f4a62febd44ce5f909ad2818a392912e2.zip
Fix QA warning: econf should be in src_configure.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/vzctl/ChangeLog5
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.24.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index 2591da468657..ea8c76bad0d9 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.69 2010/06/29 09:26:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.70 2010/07/02 15:11:05 pva Exp $
+
+ 02 Jul 2010; Peter Volkov <pva@gentoo.org> vzctl-3.0.24.ebuild:
+ Fix QA warning: econf should be in src_configure.
*vzctl-3.0.24 (29 Jun 2010)
diff --git a/sys-cluster/vzctl/vzctl-3.0.24.ebuild b/sys-cluster/vzctl/vzctl-3.0.24.ebuild
index 15d0ef57037c..698b2261b592 100644
--- a/sys-cluster/vzctl/vzctl-3.0.24.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.24.ebuild,v 1.1 2010/06/29 09:26:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.24.ebuild,v 1.2 2010/07/02 15:11:05 pva Exp $
EAPI="2"
@@ -29,7 +29,7 @@ src_prepare() {
sed -e 's:=redhat-:=gentoo-:' -i etc/dists/default || die
}
-src_compile() {
+src_configure() {
econf \
--localstatedir=/var \
--enable-cron \