diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-06-17 19:14:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-06-17 22:10:28 -0700 |
commit | 12ca3ad9b2d72526710160aeca823104d2c0974e (patch) | |
tree | 60515a8dc425ca74c76625b4381cee92a6c9a8c9 /dev-libs/cJSON | |
parent | app-misc/mosquitto: Stabilize 2.0.10 amd64, #793107 (diff) | |
download | gentoo-12ca3ad9b2d72526710160aeca823104d2c0974e.tar.gz gentoo-12ca3ad9b2d72526710160aeca823104d2c0974e.tar.bz2 gentoo-12ca3ad9b2d72526710160aeca823104d2c0974e.zip |
dev-libs/cJSON: Stabilize 1.7.14 x86, #793107
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/cJSON')
-rw-r--r-- | dev-libs/cJSON/cJSON-1.7.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/cJSON/cJSON-1.7.14.ebuild b/dev-libs/cJSON/cJSON-1.7.14.ebuild index bbec68b30934..7232c03e0f47 100644 --- a/dev-libs/cJSON/cJSON-1.7.14.ebuild +++ b/dev-libs/cJSON/cJSON-1.7.14.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="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |