summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-09 20:52:53 +0000
committerSam James <sam@gentoo.org>2022-01-09 20:52:53 +0000
commit35b3d1aecb50f798f9b123465297e40dfc56d66d (patch)
treef1d78276140615136a70541a7fcd16153abe76c9 /dev-ml/luv
parentdev-ml/luv: use ${BROOT} for gnuconfig copy (diff)
downloadgentoo-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/luv')
-rw-r--r--dev-ml/luv/luv-0.5.10-r2.ebuild4
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 )"