diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-28 17:54:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-28 17:55:57 +0300 |
commit | ee14cbaddeddaaeab955f794294ad19f83878987 (patch) | |
tree | 9dd5204208f2b0054d0e3cd2b4d1d42a7edbff7e /dev-perl/IO-HTML | |
parent | dev-perl/Try-Tiny: mark s390 stable (diff) | |
download | gentoo-ee14cbaddeddaaeab955f794294ad19f83878987.tar.gz gentoo-ee14cbaddeddaaeab955f794294ad19f83878987.tar.bz2 gentoo-ee14cbaddeddaaeab955f794294ad19f83878987.zip |
dev-perl/IO-HTML: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/IO-HTML')
-rw-r--r-- | dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild b/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild index 7ef554d81cd8..6315371b4b2a 100644 --- a/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild +++ b/dev-perl/IO-HTML/IO-HTML-1.1.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=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Open an HTML file with automatic charset detection" 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=" |