diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 11:09:07 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 11:09:07 +0200 |
commit | 6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c (patch) | |
tree | 8af5c369c92f088adb60e0183e6b9619ee2df709 /dev-perl/MIME-Charset | |
parent | dev-perl/Encode-HanExtra: add ~arm ~arm64 ~ppc64 keywords (bug 614180) (diff) | |
download | gentoo-6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c.tar.gz gentoo-6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c.tar.bz2 gentoo-6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c.zip |
dev-perl/MIME-Charset: add ~arm ~arm64 ~ppc64 keywords (bug 614180)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-perl/MIME-Charset')
-rw-r--r-- | dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild index af32d5f70279..c678152536a9 100644 --- a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild +++ b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Charset Informations for MIME" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="l10n_ja l10n_zh" PATCHES=( "${FILESDIR}/${DIST_VERSION}-makefilepl.patch" |