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/Crypt-CBC/
Date: Fri, 01 Jul 2022 06:02:07
Message-Id: 1656655306.75254ea71aba07ce8f17fb2ecd568b607459420f.arthurzam@gentoo
1 commit: 75254ea71aba07ce8f17fb2ecd568b607459420f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 06:01:46 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 06:01:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75254ea7
7
8 dev-perl/Crypt-CBC: Stabilize 3.30.0 arm64, #855101
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
16 index abd19c980763..cd7e6d6420c1 100644
17 --- a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
18 +++ b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.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=7
25 @@ -11,7 +11,7 @@ inherit perl-module
26 DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
27
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~mips ppc64 sparc"
30 +KEYWORDS="~alpha amd64 arm64 ~ia64 ~mips ppc64 sparc"
31 IUSE="test"
32 RESTRICT="!test? ( test )"