diff options
author | Sam James <sam@gentoo.org> | 2024-02-07 18:52:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-07 18:52:18 +0000 |
commit | 7810312a704bbf86825ebdb49ca680e93365071f (patch) | |
tree | 6d0a48b6a17f0eb499c37c19013854d27baa1a80 /dev-libs/cJSON | |
parent | dev-libs/cJSON: Stabilize 1.7.17 sparc, #924013 (diff) | |
download | gentoo-7810312a704bbf86825ebdb49ca680e93365071f.tar.gz gentoo-7810312a704bbf86825ebdb49ca680e93365071f.tar.bz2 gentoo-7810312a704bbf86825ebdb49ca680e93365071f.zip |
dev-libs/cJSON: Stabilize 1.7.17 x86, #924013
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/cJSON')
-rw-r--r-- | dev-libs/cJSON/cJSON-1.7.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/cJSON/cJSON-1.7.17.ebuild b/dev-libs/cJSON/cJSON-1.7.17.ebuild index 39cd52de21be..1a0786a2dc54 100644 --- a/dev-libs/cJSON/cJSON-1.7.17.ebuild +++ b/dev-libs/cJSON/cJSON-1.7.17.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )" |