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/Date-Calc/
Date: Mon, 24 Jan 2022 19:19:43
Message-Id: 1643051932.afde73b89dea75f7d49f5e8992da62e5b8469215.sam@gentoo
1 commit: afde73b89dea75f7d49f5e8992da62e5b8469215
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 24 16:53:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 19:18:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde73b8
7
8 dev-perl/Date-Calc: stable 6.400.0-r1 for hppa, bug #831737
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild b/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
19 index 91ac7a37d98b..a8eee1db6299 100644
20 --- a/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
21 +++ b/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,7 +11,7 @@ DESCRIPTION="Gregorian calendar date calculations"
29
30 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
33 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
34
35 RDEPEND="
36 >=dev-perl/Bit-Vector-7.400.0