summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-04-06 15:10:09 +0000
committerMike Frysinger <vapier@gentoo.org>2014-04-06 15:10:09 +0000
commiteccf150da2583639b66be560852817ee0bf56996 (patch)
tree0bcbea948a3bb243f6bee408eb5e724fd4a5d355 /dev-perl
parentAdd arm64 love. (diff)
downloadgentoo-2-eccf150da2583639b66be560852817ee0bf56996.tar.gz
gentoo-2-eccf150da2583639b66be560852817ee0bf56996.tar.bz2
gentoo-2-eccf150da2583639b66be560852817ee0bf56996.zip
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-WrapI18N/ChangeLog5
-rw-r--r--dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-WrapI18N/ChangeLog b/dev-perl/Text-WrapI18N/ChangeLog
index bef024e4e664..9954f44fc5e5 100644
--- a/dev-perl/Text-WrapI18N/ChangeLog
+++ b/dev-perl/Text-WrapI18N/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-WrapI18N
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.26 2014/02/15 12:03:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.27 2014/04/06 15:10:09 vapier Exp $
+
+ 06 Apr 2014; Mike Frysinger <vapier@gentoo.org> Text-WrapI18N-0.60.0.ebuild:
+ Add arm64 love.
15 Feb 2014; Markos Chandras <hwoarang@gentoo.org>
Text-WrapI18N-0.60.0.ebuild:
diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild
index 0b72e726e8a0..a2f18585ca97 100644
--- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild
+++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild,v 1.5 2014/02/15 12:03:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild,v 1.6 2014/04/06 15:10:09 vapier Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Internationalized substitute of Text::Wrap"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-perl/Text-CharWidth"