diff options
author | 2015-04-03 09:52:38 +0000 | |
---|---|---|
committer | 2015-04-03 09:52:38 +0000 | |
commit | 6da9e56c60bbbaac629b23b143a6aa432e6932d3 (patch) | |
tree | 11c7da69208e48bf0638b517aa1c66f9992adb76 /dev-perl/Text-Iconv | |
parent | keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware (diff) | |
download | gentoo-2-6da9e56c60bbbaac629b23b143a6aa432e6932d3.tar.gz gentoo-2-6da9e56c60bbbaac629b23b143a6aa432e6932d3.tar.bz2 gentoo-2-6da9e56c60bbbaac629b23b143a6aa432e6932d3.zip |
keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index fdc5b23a47ef..d0980354ba43 100644 --- a/dev-perl/Text-Iconv/ChangeLog +++ b/dev-perl/Text-Iconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Iconv -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.40 2014/08/22 17:28:21 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.41 2015/04/03 09:52:38 dlan Exp $ + + 03 Apr 2015; Yixun Lan <dlan@gentoo.org> Text-Iconv-1.700.0-r1.ebuild: + keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware *Text-Iconv-1.700.0-r1 (22 Aug 2014) diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild index 58c62a106af2..2cb519f02482 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild,v 1.1 2014/08/22 17:28:21 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild,v 1.2 2015/04/03 09:52:38 dlan Exp $ EAPI=5 @@ -11,5 +11,5 @@ inherit perl-module DESCRIPTION="A Perl interface to the iconv() codeset conversion function" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" |