diff options
author | 2024-10-15 18:24:14 +0300 | |
---|---|---|
committer | 2024-10-15 18:24:14 +0300 | |
commit | 4748bc17289e68c1cd25503ed02ce929463749dc (patch) | |
tree | f6ed611279335a844a0837d9e885ff503be1a971 /dev-ml | |
parent | dev-ml/pp: Stabilize 1.2.0 amd64, #941576 (diff) | |
download | gentoo-4748bc17289e68c1cd25503ed02ce929463749dc.tar.gz gentoo-4748bc17289e68c1cd25503ed02ce929463749dc.tar.bz2 gentoo-4748bc17289e68c1cd25503ed02ce929463749dc.zip |
dev-ml/ppx_blob: Stabilize 0.8.0 amd64, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild b/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild index 5a85e7b54633..417e48f3b2ca 100644 --- a/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild +++ b/dev-ml/ppx_blob/ppx_blob-0.8.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 )" |