diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 15:34:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 15:34:38 +0000 |
commit | ae3bebf22630e810e64f1e010f1bade7a3cb3590 (patch) | |
tree | 86132584e14fc10b86b8d31dde20b348ebcef257 /dev-perl/Text-CharWidth | |
parent | Fix build with new zlib. Bug #408451 (diff) | |
download | gentoo-2-ae3bebf22630e810e64f1e010f1bade7a3cb3590.tar.gz gentoo-2-ae3bebf22630e810e64f1e010f1bade7a3cb3590.tar.bz2 gentoo-2-ae3bebf22630e810e64f1e010f1bade7a3cb3590.zip |
Marked ~x64-macos
(Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index 0ca946f662b8..cbf014108a72 100644 --- a/dev-perl/Text-CharWidth/ChangeLog +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CharWidth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.21 2011/09/04 11:23:52 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.22 2012/03/24 15:34:38 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> Text-CharWidth-0.40.0.ebuild: + Marked ~x64-macos 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Text-CharWidth-0.04.ebuild: Cleanup 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 45aab98e628e..f6faa84a7f63 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-2011 Gentoo Foundation +# Copyright 1999-2012 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.2 2011/09/03 21:04:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0.ebuild,v 1.3 2012/03/24 15:34:38 grobian 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |