diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 08:51:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 08:51:28 +0000 |
commit | ba9816216cc912fe1f8bb86b4283a065ad55b237 (patch) | |
tree | ccc09e781bb14abec80ca60eb3a0f7b17410e795 /sys-cluster | |
parent | Add ~ppc64, wrt bug #414531 (diff) | |
download | gentoo-2-ba9816216cc912fe1f8bb86b4283a065ad55b237.tar.gz gentoo-2-ba9816216cc912fe1f8bb86b4283a065ad55b237.tar.bz2 gentoo-2-ba9816216cc912fe1f8bb86b4283a065ad55b237.zip |
Add ~ppc64, wrt bug #414531
(Portage version: 2.1.11.63/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/vzctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog index 4f0dd6da2b52..ac5f535830f1 100644 --- a/sys-cluster/vzctl/ChangeLog +++ b/sys-cluster/vzctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/vzctl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.110 2013/05/12 19:48:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.111 2013/05/25 08:51:28 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> vzctl-4.2.ebuild: + Add ~ppc64, wrt bug #414531 12 May 2013; Maxim Koltsov <maksbotan@gentoo.org> -vzctl-3.0.29.3.ebuild, -vzctl-3.0.30.2.ebuild, -vzctl-3.1.ebuild, -vzctl-3.3-r2.ebuild: diff --git a/sys-cluster/vzctl/vzctl-4.2.ebuild b/sys-cluster/vzctl/vzctl-4.2.ebuild index f0d495199e36..a2fadf5baf00 100644 --- a/sys-cluster/vzctl/vzctl-4.2.ebuild +++ b/sys-cluster/vzctl/vzctl-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.2.ebuild,v 1.3 2013/04/15 08:39:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.2.ebuild,v 1.4 2013/05/25 08:51:28 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="cgroup +ploop" RDEPEND=" |