Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
Date: Sat, 02 Jan 2021 00:49:44
Message-Id: 1609548247.f90694ad7db0d93598e948f9506f632ae361b9cc.sam@gentoo
1 commit: f90694ad7db0d93598e948f9506f632ae361b9cc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 00:44:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 00:44:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90694ad
7
8 dev-perl/Conf-Libconfig: revbump for libconfig subslot dep
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...Libconfig-0.100.0-r1.ebuild => Conf-Libconfig-0.100.0-r2.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
17 similarity index 88%
18 rename from dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
19 rename to dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
20 index 0dfa4a34074..8ad922bbd82 100644
21 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
22 +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -23,11 +23,11 @@ PERL_RM_FILES=(
30 "t/pod.t"
31 )
32 RDEPEND="
33 - dev-libs/libconfig
34 + dev-libs/libconfig:=
35 virtual/perl-XSLoader
36 "
37 DEPEND="
38 - dev-libs/libconfig
39 + dev-libs/libconfig:=
40 "
41 BDEPEND="${RDEPEND}
42 dev-perl/ExtUtils-PkgConfig