diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-02-15 12:02:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-02-15 12:02:35 +0000 |
commit | 76a8d459ce7636c02de5d3621a580bcca7ea8492 (patch) | |
tree | 021b17a0f6606ca0c0e75f53881ce53234b7eba3 /dev-perl/Text-CharWidth | |
parent | Bump to fix USE=-policykit (bug #501358). (diff) | |
download | gentoo-2-76a8d459ce7636c02de5d3621a580bcca7ea8492.tar.gz gentoo-2-76a8d459ce7636c02de5d3621a580bcca7ea8492.tar.bz2 gentoo-2-76a8d459ce7636c02de5d3621a580bcca7ea8492.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-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index c5acf0bdc175..499777f79f70 100644 --- a/dev-perl/Text-CharWidth/ChangeLog +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CharWidth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.24 2014/01/05 03:43:16 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.25 2014/02/15 12:02:35 hwoarang Exp $ + + 15 Feb 2014; Markos Chandras <hwoarang@gentoo.org> + Text-CharWidth-0.40.0.ebuild: + Add mips 05 Jan 2014; Naohiro Aota <naota@gentoo.org> Text-CharWidth-0.40.0.ebuild: Add ~x86-fbsd diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild index c978d2c02571..9d31f8edef60 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.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-CharWidth/Text-CharWidth-0.40.0.ebuild,v 1.4 2014/01/05 03:43:15 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild,v 1.5 2014/02/15 12:02:35 hwoarang Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Get number of occupied columns of a string on terminal" 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="" SRC_TEST="do" |