diff options
author | Peter Volkov <pva@gentoo.org> | 2012-03-31 05:09:25 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2012-03-31 05:09:25 +0000 |
commit | 47d29d6c40436b59aa397992d298ead8f7381f3b (patch) | |
tree | a23b41a47ca1332fef4b2d718929548b335bb0ff /sys-cluster/vzctl/vzctl-3.0.30.2.ebuild | |
parent | Version bump to development release. (diff) | |
download | gentoo-2-47d29d6c40436b59aa397992d298ead8f7381f3b.tar.gz gentoo-2-47d29d6c40436b59aa397992d298ead8f7381f3b.tar.bz2 gentoo-2-47d29d6c40436b59aa397992d298ead8f7381f3b.zip |
Sync 9999 with the latest ebuild, drop old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/vzctl/vzctl-3.0.30.2.ebuild')
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.0.30.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild b/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild index 11b99893bc98..6f6c6385efaf 100644 --- a/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild +++ b/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild,v 1.1 2012/03/31 05:04:47 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.30.2.ebuild,v 1.2 2012/03/31 05:09:25 pva Exp $ EAPI="4" @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { - # Set default OSTEMPLATE on gentoo added in vzctl-3.0.24 (29 Jun 2010) + # Set default OSTEMPLATE on gentoo added sed -e 's:=redhat-:=gentoo-:' -i etc/dists/default || die } |