diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-06-09 10:40:59 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-09 11:05:48 +0100 |
commit | 73498ba4e90c85ebf8d589d1682dbf5c47087c38 (patch) | |
tree | 2dabd421304dff4be6b915d7b6140f4ef5ba76f7 /dev-perl/Encode-Locale | |
parent | dev-perl/Exporter-Lite: stable 0.80.0 for sparc (diff) | |
download | gentoo-73498ba4e90c85ebf8d589d1682dbf5c47087c38.tar.gz gentoo-73498ba4e90c85ebf8d589d1682dbf5c47087c38.tar.bz2 gentoo-73498ba4e90c85ebf8d589d1682dbf5c47087c38.zip |
dev-perl/Encode-Locale: stable 1.50.0 for sparc
Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-perl/Encode-Locale')
-rw-r--r-- | dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild index 092337b799c4..8b9f894c9fdf 100644 --- a/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild +++ b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Determine the locale encoding" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/perl-Encode-2.0.0" |