diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-09-24 13:29:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-09-24 13:29:38 +0000 |
commit | 508a34a5af03e950786af9d092996a0ed9098b53 (patch) | |
tree | e6fb869287b43a623973275a81c5265f36c3d74a /dev-perl/DateTime-Format-Strptime | |
parent | Don't crash on unicode chars, #383463; thanks Suloev Dmitry for the patch; ht... (diff) | |
download | historical-508a34a5af03e950786af9d092996a0ed9098b53.tar.gz historical-508a34a5af03e950786af9d092996a0ed9098b53.tar.bz2 historical-508a34a5af03e950786af9d092996a0ed9098b53.zip |
Marked ~x64-macos
Package-Manager: portage-2.2.01.19295-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/ChangeLog b/dev-perl/DateTime-Format-Strptime/ChangeLog index f1061dda4a09..2c0a98058ac9 100644 --- a/dev-perl/DateTime-Format-Strptime/ChangeLog +++ b/dev-perl/DateTime-Format-Strptime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Strptime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.17 2011/07/19 19:50:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.18 2011/09/24 13:26:39 grobian Exp $ + + 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> + DateTime-Format-Strptime-1.500.0.ebuild: + Marked ~x64-macos 19 Jul 2011; Markus Meier <maekke@gentoo.org> DateTime-Format-Strptime-1.500.0.ebuild: diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild index 7ed2007aa0d4..d7ae4f3fbb16 100644 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.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/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild,v 1.3 2011/07/19 19:50:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.500.0.ebuild,v 1.4 2011/09/24 13:26:39 grobian Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="Parse and Format DateTimes using Strptime" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="amd64 x86 ~x86-solaris" +KEYWORDS="amd64 x86 ~x64-macos ~x86-solaris" IUSE="" RDEPEND="dev-perl/DateTime |