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/JSON-XS/
Date: Sun, 01 Aug 2021 07:24:17
Message-Id: 1627802361.bf2deb99cb2720eecf55e8871e7ef053d222c3e5.sam@gentoo
1 commit: bf2deb99cb2720eecf55e8871e7ef053d222c3e5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:19:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 07:19:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2deb99
7
8 dev-perl/JSON-XS: Stabilize 4.30.0 sparc, #805638
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/JSON-XS/JSON-XS-4.30.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/JSON-XS/JSON-XS-4.30.0.ebuild b/dev-perl/JSON-XS/JSON-XS-4.30.0.ebuild
16 index 68be2f86ecd..0d02a2220ce 100644
17 --- a/dev-perl/JSON-XS/JSON-XS-4.30.0.ebuild
18 +++ b/dev-perl/JSON-XS/JSON-XS-4.30.0.ebuild
19 @@ -11,7 +11,7 @@ inherit perl-module
20 DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
21
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 RDEPEND="
27 dev-perl/Types-Serialiser