diff options
author | Sam James <sam@gentoo.org> | 2024-05-10 18:28:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-10 18:28:58 +0100 |
commit | 831bde4cb2196251b8e13609387421eb9619947a (patch) | |
tree | 924c3d52af799fd37f7dc58427cc4f92894191c3 /dev-libs/yyjson | |
parent | dev-libs/yyjson: Stabilize 0.9.0 ppc64, #931664 (diff) | |
download | gentoo-831bde4cb2196251b8e13609387421eb9619947a.tar.gz gentoo-831bde4cb2196251b8e13609387421eb9619947a.tar.bz2 gentoo-831bde4cb2196251b8e13609387421eb9619947a.zip |
dev-libs/yyjson: Stabilize 0.9.0 arm64, #931664
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/yyjson')
-rw-r--r-- | dev-libs/yyjson/yyjson-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/yyjson/yyjson-0.9.0.ebuild b/dev-libs/yyjson/yyjson-0.9.0.ebuild index 495cfcfd18be..8cf40aaa1dd9 100644 --- a/dev-libs/yyjson/yyjson-0.9.0.ebuild +++ b/dev-libs/yyjson/yyjson-0.9.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ibireme/yyjson/archive/refs/tags/${PV}.tar.gz -> ${P LICENSE="MIT test? ( BSD )" SLOT="0/0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="doc test" |