diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:36 +0000 |
commit | 23a1e5642974fa28661af941187ad80a4da33f65 (patch) | |
tree | 969140a98ecc40e71c372f496998a4d68a5f9dff /dev-ml/uchar | |
parent | dev-ml/core: Stabilize 0.14.0-r3 arm64, #772833 (diff) | |
download | gentoo-23a1e5642974fa28661af941187ad80a4da33f65.tar.gz gentoo-23a1e5642974fa28661af941187ad80a4da33f65.tar.bz2 gentoo-23a1e5642974fa28661af941187ad80a4da33f65.zip |
dev-ml/uchar: Stabilize 0.0.2 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/uchar')
-rw-r--r-- | dev-ml/uchar/uchar-0.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uchar/uchar-0.0.2.ebuild b/dev-ml/uchar/uchar-0.0.2.ebuild index 5ead116c285a..6205a24af531 100644 --- a/dev-ml/uchar/uchar-0.0.2.ebuild +++ b/dev-ml/uchar/uchar-0.0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/uchar/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.03:=" |