diff options
author | David Holm <dholm@gentoo.org> | 2004-10-17 10:05:34 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-10-17 10:05:34 +0000 |
commit | f07b06f8b40237933b7cbb65e0e54e53357b66e0 (patch) | |
tree | c01d56b4353601b21a4ef5ba4cddb211031c3bc4 /sys-fs/quotatool | |
parent | stable on ia64 (diff) | |
download | gentoo-2-f07b06f8b40237933b7cbb65e0e54e53357b66e0.tar.gz gentoo-2-f07b06f8b40237933b7cbb65e0e54e53357b66e0.tar.bz2 gentoo-2-f07b06f8b40237933b7cbb65e0e54e53357b66e0.zip |
Added to ~ppc
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r-- | sys-fs/quotatool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/quotatool/quotatool-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/quotatool/ChangeLog b/sys-fs/quotatool/ChangeLog index 483aeb4ade70..c83e78e7af57 100644 --- a/sys-fs/quotatool/ChangeLog +++ b/sys-fs/quotatool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/quotatool # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.2 2004/10/03 20:48:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/ChangeLog,v 1.3 2004/10/17 10:01:31 dholm Exp $ + + 17 Oct 2004; David Holm <dholm@gentoo.org> quotatool-1.4.6.ebuild: + Added to ~ppc. *quotatool-1.4.6 (03 Oct 2004) diff --git a/sys-fs/quotatool/quotatool-1.4.6.ebuild b/sys-fs/quotatool/quotatool-1.4.6.ebuild index 7e0d9f5204c0..9b77b63f338a 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 # 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.1 2004/10/03 10:29:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quotatool/quotatool-1.4.6.ebuild,v 1.2 2004/10/17 10:01:31 dholm 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" +KEYWORDS="x86 ~ppc" IUSE="" RDEPEND="sys-fs/quota" |