gentoo-ebuilds/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
Yu Gu 9a321fc1e2
dev-perl/Apache-SizeLimit: Keyword 0.970.0-r2 riscv, #878483
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28019
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-11-23 15:02:50 +01:00

31 lines
601 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=PHRED
DIST_VERSION=0.97
inherit perl-module
DESCRIPTION="Graceful exit for large children"
SLOT="0"
KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
LICENSE="Apache-2.0"
IUSE="test"
RESTRICT="!test? ( test )"
PERL_RM_FILES=(
t/pod.t
)
# mod_perl < 2.0.5 bundles Apache-SizeLimit
RDEPEND="dev-perl/Linux-Pid
!<www-apache/mod_perl-2.0.5
>=www-apache/mod_perl-2.0.5"
BDEPEND="${RDEPEND}
test? (
dev-perl/Linux-Smaps
>=dev-perl/Apache-Test-1.360.0
!www-apache/mpm_itk
)
"