Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/
Date: Sat, 23 Oct 2021 17:23:59
Message-Id: 1635009816.462a7740341c5a9030effad7cb81c3418d0c30af.dilfridge@gentoo
1 commit: 462a7740341c5a9030effad7cb81c3418d0c30af
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 17:23:36 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 17:23:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462a7740
7
8 dev-perl/Sys-CpuLoad: Add missing dependency
9
10 Closes: https://bugs.gentoo.org/807790
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 .../{Sys-CpuLoad-0.310.0.ebuild => Sys-CpuLoad-0.310.0-r1.ebuild} | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
18 similarity index 96%
19 rename from dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
20 rename to dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
21 index 20eca160026..ff99fc2c87b 100644
22 --- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
23 +++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
24 @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
25
26 RDEPEND="
27 virtual/perl-Exporter
28 + dev-perl/File-Which
29 virtual/perl-IO
30 virtual/perl-XSLoader
31 virtual/perl-parent