diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:25 +0300 |
commit | 1327241416be7e262170dd9a9ddab84f993c3401 (patch) | |
tree | 58446c5f15eb9d68e1a85d55da5cd4deffd37cd7 /dev-ml/yojson | |
parent | dev-ml/ppxlib: Stabilize 0.30.0 ppc64, #915372 (diff) | |
download | gentoo-1327241416be7e262170dd9a9ddab84f993c3401.tar.gz gentoo-1327241416be7e262170dd9a9ddab84f993c3401.tar.bz2 gentoo-1327241416be7e262170dd9a9ddab84f993c3401.zip |
dev-ml/yojson: Stabilize 2.1.0 amd64, #915373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/yojson')
-rw-r--r-- | dev-ml/yojson/yojson-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/yojson/yojson-2.1.0.ebuild b/dev-ml/yojson/yojson-2.1.0.ebuild index 948e1c8a6440..541f3e406948 100644 --- a/dev-ml/yojson/yojson-2.1.0.ebuild +++ b/dev-ml/yojson/yojson-2.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml-community/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples +ocamlopt test" RESTRICT="!test? ( test )" |