diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:53:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:53:34 +0000 |
commit | dc2a1b393973b2b8ae2cd54f4fdd92859258a5c1 (patch) | |
tree | ffe8d06ced2cc7e4b1e8d5fc787b59c484edd816 /dev-ml/ocaml-ctypes | |
parent | dev-ml/integers: Stabilize 0.4.0 x86, #775782 (diff) | |
download | gentoo-dc2a1b393973b2b8ae2cd54f4fdd92859258a5c1.tar.gz gentoo-dc2a1b393973b2b8ae2cd54f4fdd92859258a5c1.tar.bz2 gentoo-dc2a1b393973b2b8ae2cd54f4fdd92859258a5c1.zip |
dev-ml/ocaml-ctypes: Stabilize 0.17.1 x86, #775782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild index b511de0f1cb9..1de43dba7f23 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |