diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-11-15 10:19:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-11-15 10:19:31 +0000 |
commit | ecf8a43b5c9053c59ff5af93269f44709e75985f (patch) | |
tree | a4dc965e5683a7628b546830af130174595a0e15 /perl-core | |
parent | Marked ~x86-solaris, bug #345435 (diff) | |
download | gentoo-2-ecf8a43b5c9053c59ff5af93269f44709e75985f.tar.gz gentoo-2-ecf8a43b5c9053c59ff5af93269f44709e75985f.tar.bz2 gentoo-2-ecf8a43b5c9053c59ff5af93269f44709e75985f.zip |
Marked ~ppc-macos and ~x86-solaris, bug #345435
(Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index a2f5454a494b..c611496a9ecb 100644 --- a/perl-core/Pod-Simple/ChangeLog +++ b/perl-core/Pod-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Pod-Simple # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.23 2010/11/15 08:52:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.24 2010/11/15 10:19:31 grobian Exp $ + + 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Pod-Simple-3.15.ebuild: + Marked ~ppc-macos and ~x86-solaris, bug #345435 *Pod-Simple-3.15 (15 Nov 2010) diff --git a/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild index 65792a43c07e..35dea784dee0 100644 --- a/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild +++ b/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild,v 1.1 2010/11/15 08:52:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.15.ebuild,v 1.2 2010/11/15 10:19:31 grobian Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Framework for parsing Pod" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=virtual/perl-Pod-Escapes-1.04" |