diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:39:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:39:57 +0300 |
commit | 20da3489b54555537d2c9d0d6862dd77dbafc061 (patch) | |
tree | 72400e30c85c4f598dbdba300a5d173b50b03a5e | |
parent | dev-ml/ppx_string: Stabilize 0.15.0-r1 ppc64, #901585 (diff) | |
download | gentoo-20da3489b54555537d2c9d0d6862dd77dbafc061.tar.gz gentoo-20da3489b54555537d2c9d0d6862dd77dbafc061.tar.bz2 gentoo-20da3489b54555537d2c9d0d6862dd77dbafc061.zip |
dev-ml/ppx_string: Stabilize 0.15.0-r1 arm64, #901585
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild index 6be2e030768a..e56c4bfd9e85 100644 --- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild +++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.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=" |