diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:19:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:19:34 +0000 |
commit | c9f4e3f157cfefae8ea6b3214ca51a49ee0cbe1f (patch) | |
tree | 3dd46798abc271d1e5c36e53ac316298f3e43dfa /dev-perl/libxml-perl | |
parent | Trim useless/legacy nodes to leave a smaller useful set #368597 by Claude Juif. (diff) | |
download | gentoo-2-c9f4e3f157cfefae8ea6b3214ca51a49ee0cbe1f.tar.gz gentoo-2-c9f4e3f157cfefae8ea6b3214ca51a49ee0cbe1f.tar.bz2 gentoo-2-c9f4e3f157cfefae8ea6b3214ca51a49ee0cbe1f.zip |
Marked ~x64-macos, bug #368559
(Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/libxml-perl')
-rw-r--r-- | dev-perl/libxml-perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/libxml-perl/libxml-perl-0.08.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/libxml-perl/ChangeLog b/dev-perl/libxml-perl/ChangeLog index 7e1242dd3971..cc015e492f31 100644 --- a/dev-perl/libxml-perl/ChangeLog +++ b/dev-perl/libxml-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libxml-perl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/ChangeLog,v 1.33 2010/03/06 14:36:52 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/ChangeLog,v 1.34 2011/05/29 18:19:34 grobian Exp $ + + 29 May 2011; Fabian Groffen <grobian@gentoo.org> libxml-perl-0.08.ebuild: + Marked ~x64-macos, bug #368559 06 Mar 2010; Raúl Porcel <armin76@gentoo.org> libxml-perl-0.08.ebuild: arm stable diff --git a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild index d24dec01baa5..33fa676d171d 100644 --- a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild +++ b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.19 2010/03/06 14:36:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.20 2011/05/29 18:19:34 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Collection of Perl modules for working with XML" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-perl/XML-Parser-2.29" |