commit: 35b3d1aecb50f798f9b123465297e40dfc56d66d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 9 20:52:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 9 20:52:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b3d1ae
dev-ml/luv: drop unused inherit Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/luv/luv-0.5.10-r2.ebuild | 4 ++-- 1 file 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 )"