summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-14 00:53:06 +0000
committerSam James <sam@gentoo.org>2021-03-14 00:53:31 +0000
commit0bb9d0f9c6bcbcb74015fc103b44bd175fb5bd9b (patch)
treeab32a204936b789b497569b05b9081c3ea3a924c /dev-ml/integers
parentdev-lua/lua-argparse: bump to version 0.7.1 (diff)
downloadgentoo-0bb9d0f9c6bcbcb74015fc103b44bd175fb5bd9b.tar.gz
gentoo-0bb9d0f9c6bcbcb74015fc103b44bd175fb5bd9b.tar.bz2
gentoo-0bb9d0f9c6bcbcb74015fc103b44bd175fb5bd9b.zip
dev-ml/integers: Stabilize 0.4.0 amd64, #775782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/integers')
-rw-r--r--dev-ml/integers/integers-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/integers/integers-0.4.0.ebuild b/dev-ml/integers/integers-0.4.0.ebuild
index 08af4e0f7e86..929d125960e7 100644
--- a/dev-ml/integers/integers-0.4.0.ebuild
+++ b/dev-ml/integers/integers-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocamllabs/ocaml-integers/archive/${PV}.tar.gz -> ${P
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
RDEPEND=""