diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
commit | c6775d897410b728cedd88a1ee51d8539b810717 (patch) | |
tree | 993b0867fb06f7fa2af06c683266341fd52e6c85 /dev-perl/File-DirWalk | |
parent | Enable resample functionality. (diff) | |
download | historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.gz historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.bz2 historical-c6775d897410b728cedd88a1ee51d8539b810717.zip |
Stable on x86, bug #169152.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'dev-perl/File-DirWalk')
-rw-r--r-- | dev-perl/File-DirWalk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-DirWalk/ChangeLog b/dev-perl/File-DirWalk/ChangeLog index d593a6713e84..4a0c1d964d40 100644 --- a/dev-perl/File-DirWalk/ChangeLog +++ b/dev-perl/File-DirWalk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-DirWalk -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.12 2006/10/21 14:08:51 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.13 2007/03/05 11:47:01 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> File-DirWalk-0.3.ebuild: + Stable on x86, bug #169152. 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> File-DirWalk-0.3.ebuild: diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild b/dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild index e927645769a3..42081ff23c94 100644 --- a/dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild +++ b/dev-perl/File-DirWalk/File-DirWalk-0.3.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/dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild,v 1.4 2006/10/21 14:08:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/File-DirWalk-0.3.ebuild,v 1.5 2007/03/05 11:47:01 ticho Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_TEST="do" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc ~x86" +KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="" |