diff options
author | 2013-05-17 22:20:24 +0000 | |
---|---|---|
committer | 2013-05-17 22:20:24 +0000 | |
commit | ba1831c4cc142964676ba9c4932582b30152abf0 (patch) | |
tree | d02cd2db9c6e6fc76196e9c89a849f84aaa524d1 /sys-fs/vzquota | |
parent | Stable for amd64, wrt bug #469952 (diff) | |
download | gentoo-2-ba1831c4cc142964676ba9c4932582b30152abf0.tar.gz gentoo-2-ba1831c4cc142964676ba9c4932582b30152abf0.tar.bz2 gentoo-2-ba1831c4cc142964676ba9c4932582b30152abf0.zip |
Stable for amd64, wrt bug #469964
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/vzquota')
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog index 7c91280790cb..c37e330b7d13 100644 --- a/sys-fs/vzquota/ChangeLog +++ b/sys-fs/vzquota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/vzquota # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.30 2013/02/16 13:04:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.31 2013/05/17 22:20:24 ago Exp $ + + 17 May 2013; Agostino Sarubbo <ago@gentoo.org> vzquota-3.1.ebuild: + Stable for amd64, wrt bug #469964 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due bug #96436 diff --git a/sys-fs/vzquota/vzquota-3.1.ebuild b/sys-fs/vzquota/vzquota-3.1.ebuild index 2753eea6d222..2dfd606d47fe 100644 --- a/sys-fs/vzquota/vzquota-3.1.ebuild +++ b/sys-fs/vzquota/vzquota-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.1.ebuild,v 1.1 2012/12/13 09:14:36 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.1.ebuild,v 1.2 2013/05/17 22:20:24 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 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="" src_prepare() { |