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-libs/cJSON/
Date: Fri, 29 Oct 2021 11:16:26
Message-Id: 1635506055.59a3bba7d2a48ab86e5a5982aaab877ffe5c0db7.sam@gentoo
1 commit: 59a3bba7d2a48ab86e5a5982aaab877ffe5c0db7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 11:14:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 11:14:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a3bba7
7
8 dev-libs/cJSON: Stabilize 1.7.15 arm, #819078
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/cJSON/cJSON-1.7.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/cJSON/cJSON-1.7.15.ebuild b/dev-libs/cJSON/cJSON-1.7.15.ebuild
16 index 5e31a6ae07d..7097cef3d3c 100644
17 --- a/dev-libs/cJSON/cJSON-1.7.15.ebuild
18 +++ b/dev-libs/cJSON/cJSON-1.7.15.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="~amd64 arm ~arm64 ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"