Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-can/
Date: Sat, 31 Dec 2022 15:51:42
Message-Id: 1672501877.070f2a81ff0f3e99ea2543b5a0a10cd11e431f8a.arthurzam@gentoo
1 commit: 070f2a81ff0f3e99ea2543b5a0a10cd11e431f8a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 15:51:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 15:51:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070f2a81
7
8 dev-perl/UNIVERSAL-can: Keyword 1.201.403.280-r1 ia64, #888119
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
16 index 80ccab793097..52f7e053e188 100644
17 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
18 +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
27
28 SLOT="0"
29 -KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv sparc x86"
30 +KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv sparc x86"
31
32 RDEPEND="
33 virtual/perl-Scalar-List-Utils