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: app-arch/lrzip/
Date: Sat, 17 Jul 2021 19:41:29
Message-Id: 1626550763.5e64f414a64336e01044ef70c079a0de019bd757.dilfridge@gentoo
1 commit: 5e64f414a64336e01044ef70c079a0de019bd757
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 19:39:23 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 19:39:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e64f414
7
8 app-arch/lrzip: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-arch/lrzip/{lrzip-0.641.ebuild => lrzip-0.641-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/lrzip/lrzip-0.641.ebuild b/app-arch/lrzip/lrzip-0.641-r1.ebuild
17 similarity index 97%
18 rename from app-arch/lrzip/lrzip-0.641.ebuild
19 rename to app-arch/lrzip/lrzip-0.641-r1.ebuild
20 index a89029b177f..6c8ec1c9d02 100644
21 --- a/app-arch/lrzip/lrzip-0.641.ebuild
22 +++ b/app-arch/lrzip/lrzip-0.641-r1.ebuild
23 @@ -22,7 +22,7 @@ RDEPEND="
24 "
25 DEPEND="
26 ${RDEPEND}
27 - virtual/perl-Pod-Parser
28 + dev-perl/Pod-Parser
29 x86? ( dev-lang/nasm )
30 "