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/Crypt-CBC/
Date: Sat, 31 Jul 2021 04:14:15
Message-Id: 1627704806.56fabe95d3202c72f2e3abdeb81eba7a8e95c080.sam@gentoo
1 commit: 56fabe95d3202c72f2e3abdeb81eba7a8e95c080
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 04:13:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 04:13:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fabe95
7
8 dev-perl/Crypt-CBC: Stabilize 3.30.0 amd64, #804738
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 f9ed0f4f30f..191bda295ae 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 @@ -11,7 +11,7 @@ inherit perl-module
20 DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
21
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~mips ~ppc64 ~sparc"
24 +KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~mips ~ppc64 ~sparc"
25 IUSE="test"
26 RESTRICT="!test? ( test )"