diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:09:46 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:09:46 +0000 |
commit | d33e77eb04adcc187e05984dfd384e5d59bcacb1 (patch) | |
tree | 729200039563ba1618b63bb32f1b983ba7fcdff2 /sys-fs | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-d33e77eb04adcc187e05984dfd384e5d59bcacb1.tar.gz gentoo-2-d33e77eb04adcc187e05984dfd384e5d59bcacb1.tar.bz2 gentoo-2-d33e77eb04adcc187e05984dfd384e5d59bcacb1.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/quotatool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/quotatool/quotatool-1.4.6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog index 197fed4b8607..cf9da51bc856 100644 --- a/sys-fs/quotatool/ChangeLog +++ b/sys-fs/quotatool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/quotatool # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.4 2005/07/17 13:29:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.5 2005/08/07 13:07:35 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> + quotatool-1.4.6.ebuild: + Stable on ppc. *quotatool-1.4.7 (17 Jul 2005) diff --git a/sys-fs/quotatool/quotatool-1.4.6.ebuild b/sys-fs/quotatool/quotatool-1.4.6.ebuild index 9b77b63f338a..5b74e7ddb38a 100644 --- a/sys-fs/quotatool/quotatool-1.4.6.ebuild +++ b/sys-fs/quotatool/quotatool-1.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.6.ebuild,v 1.2 2004/10/17 10:01:31 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.6.ebuild,v 1.3 2005/08/07 13:07:35 hansmi Exp $ DESCRIPTION="command-line utility for filesystem quotas" HOMEPAGE="http://quotatool.ekenberg.se/" @@ -8,7 +8,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" RDEPEND="sys-fs/quota" |