diff options
author | 2023-03-17 19:57:53 +0200 | |
---|---|---|
committer | 2023-03-17 19:57:53 +0200 | |
commit | 878030891c9c4992e6d3230f9b837461c467c2da (patch) | |
tree | 252ffcb222369e7c03e7db7d5b3baaf7f20c44ad /dev-ml/ocaml-ctypes | |
parent | net-misc/downloader-cli: Use pypi.eclass (diff) | |
download | gentoo-878030891c9c4992e6d3230f9b837461c467c2da.tar.gz gentoo-878030891c9c4992e6d3230f9b837461c467c2da.tar.bz2 gentoo-878030891c9c4992e6d3230f9b837461c467c2da.zip |
dev-ml/ocaml-ctypes: Stabilize 0.20.1 ppc64, #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 3fcb6d43ca73..c03362b441f0 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 )" |