diff options
author | 2023-03-17 17:03:19 +0000 | |
---|---|---|
committer | 2023-03-17 17:03:43 +0000 | |
commit | 52ae7f1523a04a567fb8af7b394af021302fbf7e (patch) | |
tree | bcdc1282e3c463747a2715e187d8590a74ba12a3 /dev-ml/ocaml-ctypes | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.20.1 x86, #901613 (diff) | |
download | gentoo-52ae7f1523a04a567fb8af7b394af021302fbf7e.tar.gz gentoo-52ae7f1523a04a567fb8af7b394af021302fbf7e.tar.bz2 gentoo-52ae7f1523a04a567fb8af7b394af021302fbf7e.zip |
dev-ml/ocaml-ctypes: Stabilize 0.20.1 amd64, #901613
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.1.ebuild index 2c983efe01ff..3fcb6d43ca73 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.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 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |