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/Date-ICal/
Date: Sat, 15 May 2021 23:32:25
Message-Id: 1621121511.3c090269c843b9a37398fccfd05a0e79d2c6071d.dilfridge@gentoo
1 commit: 3c090269c843b9a37398fccfd05a0e79d2c6071d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 23:21:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 23:31:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c090269
7
8 dev-perl/Date-ICal: Stable for all
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
17 index 1a511d856e3..1664956d333 100644
18 --- a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
19 +++ b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="ICal format date base module for Perl"
28
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
31 +KEYWORDS="~alpha amd64 ppc ppc64 x86"
32 IUSE="test"
33 RESTRICT="!test? ( test )"
34
35 @@ -27,6 +27,7 @@ BDEPEND="${RDEPEND}
36 >=virtual/perl-Test-Simple-0.450.0
37 )
38 "
39 +
40 PATCHES=(
41 "${FILESDIR}/${PN}-2.678-timegm-year.patch"
42 )