diff options
author | 2024-12-29 10:53:37 +0000 | |
---|---|---|
committer | 2024-12-29 10:53:37 +0000 | |
commit | 339f810e68a1da2a72fd312e35c359ce29a6ad97 (patch) | |
tree | 5e76aa46a3bd2392c56f86322ded1266fcde4fa6 /dev-ml/ppx_blob | |
parent | dev-ml/pp: Stabilize 2.0.0 x86, #945767 (diff) | |
download | gentoo-339f810e68a1da2a72fd312e35c359ce29a6ad97.tar.gz gentoo-339f810e68a1da2a72fd312e35c359ce29a6ad97.tar.bz2 gentoo-339f810e68a1da2a72fd312e35c359ce29a6ad97.zip |
dev-ml/ppx_blob: Stabilize 0.9.0 x86, #945767
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_blob')
-rw-r--r-- | dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild b/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild index 417e48f3b2ca..4a531dc3b3d7 100644 --- a/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild +++ b/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/johnwhitington/${PN}/releases/download/${PV}/${P}.tb LICENSE="Unlicense" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |