diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-02-15 12:03:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-02-15 12:03:42 +0000 |
commit | 8b98bb89b39584026f274ce787eec1e7dc6e1978 (patch) | |
tree | af275a94ef3e761e8eb46bdcd5259ceae1da4af8 /dev-perl/Text-WrapI18N | |
parent | Add mips (diff) | |
download | gentoo-2-8b98bb89b39584026f274ce787eec1e7dc6e1978.tar.gz gentoo-2-8b98bb89b39584026f274ce787eec1e7dc6e1978.tar.bz2 gentoo-2-8b98bb89b39584026f274ce787eec1e7dc6e1978.zip |
Add mips
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-perl/Text-WrapI18N')
-rw-r--r-- | dev-perl/Text-WrapI18N/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-WrapI18N/ChangeLog b/dev-perl/Text-WrapI18N/ChangeLog index 18c3ec03f90f..bef024e4e664 100644 --- a/dev-perl/Text-WrapI18N/ChangeLog +++ b/dev-perl/Text-WrapI18N/ChangeLog @@ -1,6 +1,10 @@ # 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.25 2014/01/05 03:48:51 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.26 2014/02/15 12:03:42 hwoarang Exp $ + + 15 Feb 2014; Markos Chandras <hwoarang@gentoo.org> + Text-WrapI18N-0.60.0.ebuild: + Add mips 05 Jan 2014; Naohiro Aota <naota@gentoo.org> Text-WrapI18N-0.60.0.ebuild: Add ~x86-fbsd 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 7f81ce15f5e7..0b72e726e8a0 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.4 2014/01/05 03:48:51 naota Exp $ +# $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 $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Internationalized substitute of Text::Wrap" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k 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 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" |