diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-12-27 14:13:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-12-27 14:13:56 +0000 |
commit | 57d774f6f763733a7a5a7a0533b7a9b2de48489d (patch) | |
tree | 670d697b515bce30d8c87c1df7849d2040d2572f /dev-perl/Filesys-DiskSpace | |
parent | Add the dict USE flag for rbot. (diff) | |
download | historical-57d774f6f763733a7a5a7a0533b7a9b2de48489d.tar.gz historical-57d774f6f763733a7a5a7a0533b7a9b2de48489d.tar.bz2 historical-57d774f6f763733a7a5a7a0533b7a9b2de48489d.zip |
Stable on x86.
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'dev-perl/Filesys-DiskSpace')
-rw-r--r-- | dev-perl/Filesys-DiskSpace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Filesys-DiskSpace/ChangeLog b/dev-perl/Filesys-DiskSpace/ChangeLog index b39da8fea984..20098363b4a1 100644 --- a/dev-perl/Filesys-DiskSpace/ChangeLog +++ b/dev-perl/Filesys-DiskSpace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Filesys-DiskSpace # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/ChangeLog,v 1.7 2007/01/15 19:46:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/ChangeLog,v 1.8 2007/12/27 14:09:23 ticho Exp $ + + 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> + Filesys-DiskSpace-0.05.ebuild: + Stable on x86. 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Filesys-DiskSpace-0.05.ebuild: diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild index 76e7c04a5086..0f55572e4bab 100644 --- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild +++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild,v 1.7 2007/01/15 19:46:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.05.ebuild,v 1.8 2007/12/27 14:09:23 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/F/FT/FTASSIN/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~ppc sparc ~x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" #Disabled - assumes you have ext2 mounts actively mounted!?! |