dev-perl/Parallel-Prefork: Keyword 0.180.0-r1 riscv, #872365

Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Yu Gu
2022-09-22 19:52:01 +08:00
committed by Jakov Smolić
parent 699ec17b57
commit 8ea41b2d08

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A simple prefork server framework"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 ~riscv ~x86"
RDEPEND="
>=dev-perl/Class-Accessor-Lite-0.40.0