summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-08-20 19:10:50 +0000
committerFabian Groffen <grobian@gentoo.org>2013-08-20 19:10:50 +0000
commitf0bec5546fb70de1ba7f9ebd5294be4b7668fbd5 (patch)
treef688d2ba416f93bb2f55b4bc65392996cfe5fdc5 /perl-core
parentFixed for and marked *-macos (diff)
downloadgentoo-2-f0bec5546fb70de1ba7f9ebd5294be4b7668fbd5.tar.gz
gentoo-2-f0bec5546fb70de1ba7f9ebd5294be4b7668fbd5.tar.bz2
gentoo-2-f0bec5546fb70de1ba7f9ebd5294be4b7668fbd5.zip
Marked ~x64-macos
(Portage version: 2.2.01.22288-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Getopt-Long/ChangeLog5
-rw-r--r--perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog
index 729d5e72b9e6..d4234a013d8d 100644
--- a/perl-core/Getopt-Long/ChangeLog
+++ b/perl-core/Getopt-Long/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/Getopt-Long
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.43 2013/08/14 07:22:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.44 2013/08/20 19:10:50 grobian Exp $
+
+ 20 Aug 2013; Fabian Groffen <grobian@gentoo.org> Getopt-Long-2.410.0.ebuild:
+ Marked ~x64-macos
*Getopt-Long-2.410.0 (14 Aug 2013)
diff --git a/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild
index 9451fb71988c..9cf44c1665f4 100644
--- a/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild
+++ b/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild,v 1.1 2013/08/14 07:22:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild,v 1.2 2013/08/20 19:10:50 grobian Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Advanced handling of command line options"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="virtual/perl-PodParser"