mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Closes: https://bugs.gentoo.org/819789 Bug: https://bugs.gentoo.org/807790 Signed-off-by: Sam James <sam@gentoo.org>
34 lines
649 B
Bash
34 lines
649 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=RRWO
|
|
DIST_VERSION=0.31
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="A module to retrieve system load averages"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Exporter
|
|
dev-perl/File-Which
|
|
dev-perl/IPC-Run3
|
|
virtual/perl-IO
|
|
virtual/perl-XSLoader
|
|
virtual/perl-parent
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
virtual/perl-Module-Metadata
|
|
virtual/perl-Scalar-List-Utils
|
|
dev-perl/Test-Deep
|
|
dev-perl/Test-Exception
|
|
virtual/perl-Test-Simple
|
|
dev-perl/Test-Warnings
|
|
)
|
|
"
|