diff options
author | 2024-06-02 22:43:52 +0300 | |
---|---|---|
committer | 2024-06-02 22:43:52 +0300 | |
commit | a2f9994c983730b5dd5546bb16ebd7e157eff5f0 (patch) | |
tree | e2e69b52502db7d852bd41b2630e22de1377adb1 /dev-ml/ppx_string | |
parent | dev-ml/ppx_stable: Stabilize 0.16.0 arm, #933369 (diff) | |
download | gentoo-a2f9994c983730b5dd5546bb16ebd7e157eff5f0.tar.gz gentoo-a2f9994c983730b5dd5546bb16ebd7e157eff5f0.tar.bz2 gentoo-a2f9994c983730b5dd5546bb16ebd7e157eff5f0.zip |
dev-ml/ppx_string: Stabilize 0.16.0 arm, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_string')
-rw-r--r-- | dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild index 74c605aebfd8..f29b7bb0f898 100644 --- a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild +++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND=" |