diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-11 17:30:35 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-11 16:44:52 +0100 |
commit | b0cb96ee94e150c146cbf64b2738359399305ea7 (patch) | |
tree | 04fdee4217d7a978fcfb7a165be945fda82b6e90 /dev-perl/Math-Int64 | |
parent | dev-perl/Digest-SHA3: keyworded 1.40.0 for hppa, bug #788778 (diff) | |
download | gentoo-b0cb96ee94e150c146cbf64b2738359399305ea7.tar.gz gentoo-b0cb96ee94e150c146cbf64b2738359399305ea7.tar.bz2 gentoo-b0cb96ee94e150c146cbf64b2738359399305ea7.zip |
dev-perl/Math-Int64: keyworded 0.540.0 for hppa, bug #788778
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Int64')
-rw-r--r-- | dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild index f823edafd09e..ba67d2c3f05c 100644 --- a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild +++ b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Manipulate 64 bits integers in Perl" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="test" RESTRICT="!test? ( test )" |