diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 18:19:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 18:19:35 +0000 |
commit | 853a93752bbcb764fd80a1f9dc4d12e1784dc0c1 (patch) | |
tree | 6a1c700717585faa00362d0c00bf90f58df9acc7 /dev-perl/DateTime-Format-W3CDTF | |
parent | Disable static libraries by default and remove .la files. (diff) | |
download | historical-853a93752bbcb764fd80a1f9dc4d12e1784dc0c1.tar.gz historical-853a93752bbcb764fd80a1f9dc4d12e1784dc0c1.tar.bz2 historical-853a93752bbcb764fd80a1f9dc4d12e1784dc0c1.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-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" |