diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:40:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:40:55 +0000 |
commit | 0d1a939f4e6ff881391980a0dda34182c4339470 (patch) | |
tree | 74c36ebd615cfcc7268acd24ca164cbd3d43e87f /dev-perl/DateTime-TimeZone | |
parent | Marked ~x64-macos, bug #368547 (diff) | |
download | gentoo-2-0d1a939f4e6ff881391980a0dda34182c4339470.tar.gz gentoo-2-0d1a939f4e6ff881391980a0dda34182c4339470.tar.bz2 gentoo-2-0d1a939f4e6ff881391980a0dda34182c4339470.zip |
Marked ~x64-macos, bug #368545
(Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r-- | dev-perl/DateTime-TimeZone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index 5fb7d781ba39..77de32c78f37 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.167 2011/04/26 16:40:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.168 2011/05/29 18:40:55 grobian Exp $ + + 29 May 2011; Fabian Groffen <grobian@gentoo.org> + DateTime-TimeZone-1.340.0.ebuild: + Marked ~x64-macos, bug #368545 *DateTime-TimeZone-1.340.0 (26 Apr 2011) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.0.ebuild index 06892b06c40e..798514da6788 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.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-TimeZone/DateTime-TimeZone-1.340.0.ebuild,v 1.1 2011/04/26 16:40:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.340.0.ebuild,v 1.2 2011/05/29 18:40:55 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Time zone object base class and factory" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Class-Load |