diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 15:00:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 15:00:34 +0000 |
commit | 18843b09cb844da88ad8f9581b37410ec20fe76f (patch) | |
tree | 35baba32ed8bc5aa7fc6d76350e3e32616b98e04 /dev-perl/File-chdir | |
parent | Stable on amd64 wrt bug #391557 (diff) | |
download | gentoo-2-18843b09cb844da88ad8f9581b37410ec20fe76f.tar.gz gentoo-2-18843b09cb844da88ad8f9581b37410ec20fe76f.tar.bz2 gentoo-2-18843b09cb844da88ad8f9581b37410ec20fe76f.zip |
Stable on amd64 wrt bug #391519
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.300.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index f5612ff28f1b..ee6e428f6fcc 100644 --- a/dev-perl/File-chdir/ChangeLog +++ b/dev-perl/File-chdir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-chdir # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.26 2011/12/01 19:49:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.27 2011/12/04 15:00:34 hwoarang Exp $ + + 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> + File-chdir-0.100.300.ebuild: + Stable on amd64 wrt bug #391519 01 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> File-chdir-0.100.300.ebuild: diff --git a/dev-perl/File-chdir/File-chdir-0.100.300.ebuild b/dev-perl/File-chdir/File-chdir-0.100.300.ebuild index 2a36977bddec..fb03b9502391 100644 --- a/dev-perl/File-chdir/File-chdir-0.100.300.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.100.300.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.2 2011/12/01 19:49:58 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.3 2011/12/04 15:00:34 hwoarang Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND=">=virtual/perl-File-Spec-3.27" |