diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-13 22:09:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-13 22:09:23 +0000 |
commit | 2ef7a8e60a32b4f0cdb8f17ef0a1d402bd8c7e70 (patch) | |
tree | 68faf68212b643e02e2495e1554c2970e1659327 /dev-perl | |
parent | Stable for ia64, wrt bug #441260 (diff) | |
download | gentoo-2-2ef7a8e60a32b4f0cdb8f17ef0a1d402bd8c7e70.tar.gz gentoo-2-2ef7a8e60a32b4f0cdb8f17ef0a1d402bd8c7e70.tar.bz2 gentoo-2-2ef7a8e60a32b4f0cdb8f17ef0a1d402bd8c7e70.zip |
Stable for ia64, wrt bug #441226
(Portage version: 2.1.11.9/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-DirWalk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-DirWalk/ChangeLog b/dev-perl/File-DirWalk/ChangeLog index 3678c3dec676..d8e43b5b11cf 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.25 2012/12/08 16:59:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.26 2012/12/13 22:09:23 ago Exp $ + + 13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> File-DirWalk-0.400.0.ebuild: + Stable for ia64, wrt bug #441226 08 Dec 2012; Jeroen Roovers <jer@gentoo.org> File-DirWalk-0.400.0.ebuild: Stable for HPPA (bug #441226). diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild b/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild index 56286ade3735..652e64d56cbf 100644 --- a/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild +++ b/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.400.0.ebuild,v 1.5 2012/12/08 16:59:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild,v 1.6 2012/12/13 22:09:23 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="File::DirWalk - walk through a directory tree and run own code." SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 hppa ia64 ppc ~sparc x86" IUSE="" SRC_TEST="do" |