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/Business-Hours/
Date: Sat, 09 Oct 2021 15:54:25
Message-Id: 1633794829.5ad18f315138f2017ea6d005d24db3279f654642.dilfridge@gentoo
1 commit: 5ad18f315138f2017ea6d005d24db3279f654642
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:36:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:53:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad18f31
7
8 dev-perl/Business-Hours: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...siness-Hours-0.130.0.ebuild => Business-Hours-0.130.0-r1.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
17 similarity index 83%
18 rename from dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
19 rename to dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
20 index 22b44101502..b2435878eb8 100644
21 --- a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
22 +++ b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
23 @@ -1,7 +1,7 @@
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=6
29 +EAPI=8
30
31 DIST_AUTHOR=BPS
32 DIST_VERSION=0.13
33 @@ -17,6 +17,6 @@ RDEPEND="
34 >=dev-perl/Set-IntSpan-1.120.0
35 virtual/perl-Time-Local
36 "
37 -DEPEND="${RDEPEND}
38 +BDEPEND="${RDEPEND}
39 virtual/perl-ExtUtils-MakeMaker
40 "