diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2006-12-03 08:32:46 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2006-12-03 08:32:46 +0000 |
commit | 1d48a29713ee6f251b8a1eeed5a2b91317a5710e (patch) | |
tree | a355d551bbdc51c22e19d0e96f41ff9106289239 | |
parent | 023.032 to stable amd64 and x86; 022.077 does not apply; cleanup old ebuilds;... (diff) | |
download | gentoo-2-1d48a29713ee6f251b8a1eeed5a2b91317a5710e.tar.gz gentoo-2-1d48a29713ee6f251b8a1eeed5a2b91317a5710e.tar.bz2 gentoo-2-1d48a29713ee6f251b8a1eeed5a2b91317a5710e.zip |
3.0.9 stable on amd64 and x86; add ~ppc64 and ~sparc
(Portage version: 2.1.2_rc1-r6)
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-3.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog index 7dc4a705a1f2..22e594c15abb 100644 --- a/sys-fs/vzquota/ChangeLog +++ b/sys-fs/vzquota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/vzquota # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.16 2006/10/12 11:19:50 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.17 2006/12/03 08:32:46 hollow Exp $ + + 03 Dec 2006; Benedikt Böhm <hollow@gentoo.org> vzquota-3.0.9.ebuild: + 3.0.9 stable on amd64 and x86; add ~ppc64 and ~sparc *vzquota-3.0.9 (12 Oct 2006) diff --git a/sys-fs/vzquota/vzquota-3.0.9.ebuild b/sys-fs/vzquota/vzquota-3.0.9.ebuild index 7c6824d33070..98d86532a044 100644 --- a/sys-fs/vzquota/vzquota-3.0.9.ebuild +++ b/sys-fs/vzquota/vzquota-3.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.9.ebuild,v 1.1 2006/10/12 11:19:50 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.9.ebuild,v 1.2 2006/12/03 08:32:46 hollow Exp $ DESCRIPTION="OpenVZ VPS disk quota utility" HOMEPAGE="http://openvz.org/download/utils/vzquota/" @@ -8,7 +8,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="amd64 ~ppc64 ~sparc x86" IUSE="" DEPEND="" |