diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:25 +0000 |
commit | 213d97bdaea4a8b481b4ec208370fb384bbd139a (patch) | |
tree | b09ad94782e45336fc8b1eafc216d26cb2bd483a /dev-ml/ppx_string | |
parent | dev-ml/ppx_stable: Stabilize 0.14.1 arm64, #772833 (diff) | |
download | gentoo-213d97bdaea4a8b481b4ec208370fb384bbd139a.tar.gz gentoo-213d97bdaea4a8b481b4ec208370fb384bbd139a.tar.bz2 gentoo-213d97bdaea4a8b481b4ec208370fb384bbd139a.zip |
dev-ml/ppx_string: Stabilize 0.14.1 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_string')
-rw-r--r-- | dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild index edad29b12b25..6d14169a4de3 100644 --- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild +++ b/dev-ml/ppx_string/ppx_string-0.14.1.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/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=" |