diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-20 00:15:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-20 00:15:26 +0000 |
commit | 1534d50aaf24272ec425fa439389ef7e1f7bf174 (patch) | |
tree | c48ca34f49e5c335c0d06b96d9f09d4a74e144d5 /dev-ml/yojson | |
parent | 2e512e4e32285f8c4eb19586d014cb9d31454ec9 (diff) |
gentoo auto-resync : 20:02:2025 - 00:15:26
Diffstat (limited to 'dev-ml/yojson')
-rw-r--r-- | dev-ml/yojson/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/yojson/yojson-2.2.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest index 2c69356581b2..6eb7292b0537 100644 --- a/dev-ml/yojson/Manifest +++ b/dev-ml/yojson/Manifest @@ -7,5 +7,5 @@ DIST yojson-2.2.2.tar.gz 58638 BLAKE2B b1e9e0375b57ad6a112aba25adda15cfc176ac440 EBUILD yojson-2.1.0.ebuild 863 BLAKE2B a0930f9107f0c127535821bcc516f83d57353520ed53b61e69d0ad9c3536ed96cfcd3fefd07e751cdeab10ed26b3020441586fb0dd078eb050137404516642a4 SHA512 741571b7d14a2d9d1054f9162cb4202669340e21ee163e0c23777a082eb31b33d150628fb1dbcd1eb0204e915187053dd38bd568d10a8d0b8ee81c714f0061cc EBUILD yojson-2.1.1.ebuild 863 BLAKE2B 419f028d91029e07c5eb5bba867be34f39b0530cb90502e11d152ae408884aa350e8ad760ffa94d0513affab1354fd3a79ad98bde8bbd62f61835e3d0dba1c44 SHA512 e4de4198d0e7c270c5948cbc14d17e27286c64d6a53852d72bb2fd749b9ccf0ac72e322ba88272db999767f7a8d07b2a9700c428d68dc24cd00a71fd48447e18 EBUILD yojson-2.2.1.ebuild 859 BLAKE2B 307c026adbf119ff8321d0748725ca8aae498f277dd4aafd1c5aff5f275a21fd45586b8b7ce75484b5930a456982f30e0afaeec4d42e2b4a2f89a6fe4665590a SHA512 b4a74123012f43d841b7ff572c16a0d2fec27a9940bd282a315780a66de34f3e21ebb23bcb9c3d0673a95f0563227d7a41c666bb7f56d23a726ce717fc96d963 -EBUILD yojson-2.2.2-r1.ebuild 887 BLAKE2B 706d43690b19038d5dde689ce62e005004db6363b41122757083803ab51e7bddfb5ab8a77f8823dd7f0c37ba6e04442b987e9be116f5750fcd6dd391e06fe845 SHA512 e460dd82d039632c496fdf823e1cdf24cd8d9d14952459c826fd6e0c5e0aef0b254a917a9fc1be97df4bb492a7de8f6a851755b31c9cf65c3792938a85ed1e70 +EBUILD yojson-2.2.2-r1.ebuild 886 BLAKE2B 0d62231ae2945e213216785798829cd7763b9377f791bc6c984bc9fe5b758db9dea81c3cfa0e42ea10d4e6fc77510f4c4344fe170df99a0dfb0c000473ea817a SHA512 b67830648ec3b0831f9f19bde639204065320f00a27783811e2c2f80c2d40cf19b8fb5d397ccd28bf19925d1338e0aa9d2949b0d8c0e72c683d6625013f4ae41 MISC metadata.xml 529 BLAKE2B 4cfc5392ca4b4402f01251818c776c63d607c2e1b8d216930db594ffe2e1146ac52f9492823e5ef97ba7b6f89b2ee8eaf367e785120ca5fcabdb36549ffb6ebd SHA512 7c415ac7330d8d3397911ddd213da9a6cd5dfe76fa2530ab22cbd70cd8f411fbfdb9d40aa8ca66dc202227799fe0b8ff81c81e57815f5e206c7f424b6218baf1 diff --git a/dev-ml/yojson/yojson-2.2.2-r1.ebuild b/dev-ml/yojson/yojson-2.2.2-r1.ebuild index fc0a4d2c467b..85d24863273a 100644 --- a/dev-ml/yojson/yojson-2.2.2-r1.ebuild +++ b/dev-ml/yojson/yojson-2.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml-community/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" IUSE="examples +ocamlopt test" RESTRICT="!test? ( test )" |