diff options
Diffstat (limited to 'dev-ml/luv')
-rw-r--r-- | dev-ml/luv/luv-0.5.10-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/luv/luv-0.5.10-r2.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild index bd71cb8b0198..4677361b7615 100644 --- a/dev-ml/luv/luv-0.5.10-r2.ebuild +++ b/dev-ml/luv/luv-0.5.10-r2.ebuild @@ -3,14 +3,14 @@ EAPI=8 -inherit dune gnuconfig +inherit dune DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O" HOMEPAGE="https://github.com/aantron/luv" SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" -SLOT="0/${PV}" LICENSE="MIT" +SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |