dev-perl/Devel-LexAlias: Add ~s390 keyword wrt bug #652718

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Mikle Kolyada
2018-08-04 03:27:58 +03:00
parent 1145608413
commit 0241bf052d

View File

@@ -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="Alias lexical variables"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-perl/Devel-Caller-2.03"