diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-04 07:51:49 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-04 07:51:49 +0000 |
commit | 026d7825629e2efb2d1d5058f1b468805208d21d (patch) | |
tree | d61c5dedcbca71326458c079444fe6fbce77e267 /dev-perl/File-chdir | |
parent | marked x86 per bug 410367 (diff) | |
download | gentoo-2-026d7825629e2efb2d1d5058f1b468805208d21d.tar.gz gentoo-2-026d7825629e2efb2d1d5058f1b468805208d21d.tar.bz2 gentoo-2-026d7825629e2efb2d1d5058f1b468805208d21d.zip |
marked x86 per bug 404671
(Portage version: 2.2.0_alpha99/cvs/Linux i686)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.600.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index 4fb37b381f1d..eab826f3842c 100644 --- a/dev-perl/File-chdir/ChangeLog +++ b/dev-perl/File-chdir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-chdir # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.30 2012/03/28 07:33:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.31 2012/04/04 07:51:49 jdhore Exp $ + + 04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> File-chdir-0.100.600.ebuild: + marked x86 per bug 404671 28 Mar 2012; Agostino Sarubbo <ago@gentoo.org> File-chdir-0.100.600.ebuild: Stable for amd64, wrt bug #404671 diff --git a/dev-perl/File-chdir/File-chdir-0.100.600.ebuild b/dev-perl/File-chdir/File-chdir-0.100.600.ebuild index 57b4c03ba3ac..10d1dd78c349 100644 --- a/dev-perl/File-chdir/File-chdir-0.100.600.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.100.600.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-chdir/File-chdir-0.100.600.ebuild,v 1.3 2012/03/28 07:33:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.600.ebuild,v 1.4 2012/04/04 07:51:49 jdhore Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND=">=virtual/perl-File-Spec-3.27" |