diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 20:52:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 20:52:53 +0000 |
commit | 35b3d1aecb50f798f9b123465297e40dfc56d66d (patch) | |
tree | f1d78276140615136a70541a7fcd16153abe76c9 /dev-ml | |
parent | dev-ml/luv: use ${BROOT} for gnuconfig copy (diff) | |
download | gentoo-35b3d1aecb50f798f9b123465297e40dfc56d66d.tar.gz gentoo-35b3d1aecb50f798f9b123465297e40dfc56d66d.tar.bz2 gentoo-35b3d1aecb50f798f9b123465297e40dfc56d66d.zip |
dev-ml/luv: drop unused inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-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 )" |