diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 18:04:21 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 18:04:21 +0000 |
commit | bcb13e7a7057bfea599b599eece6e6514d415438 (patch) | |
tree | 06afb5afe7e85268f73df3f453e58745d9c4f31d /dev-perl/DateTime-Format-W3CDTF | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-bcb13e7a7057bfea599b599eece6e6514d415438.tar.gz gentoo-2-bcb13e7a7057bfea599b599eece6e6514d415438.tar.bz2 gentoo-2-bcb13e7a7057bfea599b599eece6e6514d415438.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.00.15134-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog index b974c58fe16a..33c62c5ec841 100644 --- a/dev-perl/DateTime-Format-W3CDTF/ChangeLog +++ b/dev-perl/DateTime-Format-W3CDTF/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-W3CDTF # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.12 2009/11/10 10:04:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.13 2009/12/23 18:04:21 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> + DateTime-Format-W3CDTF-0.05.ebuild: + Marked ~x86-solaris, bug #296509 *DateTime-Format-W3CDTF-0.05 (10 Nov 2009) diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild index 84a812b51c95..53c7c4dd7ab7 100644 --- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild,v 1.1 2009/11/10 10:04:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.05.ebuild,v 1.2 2009/12/23 18:04:21 grobian Exp $ MODULE_AUTHOR=DROLSKY inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Parse and format W3CDTF datetime strings" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" SRC_TEST="do" |