diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-18 14:51:48 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-18 14:51:48 +0000 |
commit | ceaf25e2cadef183e9e79861897fc9126832f709 (patch) | |
tree | 5e91768c9260a692c6ba1dcadf29ef3925543fae /sys-fs | |
parent | Add mopac7 USE flag to sci-chemistry/ghemical. (diff) | |
download | gentoo-2-ceaf25e2cadef183e9e79861897fc9126832f709.tar.gz gentoo-2-ceaf25e2cadef183e9e79861897fc9126832f709.tar.bz2 gentoo-2-ceaf25e2cadef183e9e79861897fc9126832f709.zip |
Adding ~ia64 to the KEYWORDS.
(Portage version: 2.1.2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-3.0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog index 0b05f28bdbdc..44b282a1b17a 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.18 2006/12/21 20:32:30 phreak Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.19 2007/01/18 14:51:48 phreak Exp $ + + 18 Jan 2007; Christian Heim <phreak@gentoo.org> vzquota-3.0.9.ebuild: + Adding ~ia64 to the KEYWORDS. 21 Dec 2006; Christian Heim <phreak@gentoo.org> -vzquota-3.0.0.2-r1.ebuild: diff --git a/sys-fs/vzquota/vzquota-3.0.9.ebuild b/sys-fs/vzquota/vzquota-3.0.9.ebuild index 98d86532a044..29786e2f0478 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 +# Copyright 1999-2007 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.2 2006/12/03 08:32:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.9.ebuild,v 1.3 2007/01/18 14:51:48 phreak 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="amd64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86" IUSE="" DEPEND="" |