summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-13 21:07:52 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-13 21:07:52 +0100
commitb3dde4f2c84883516fffb7e46204fac4fd8db247 (patch)
tree5bec88a42b4ad1cb435156f34d5201048147dc47 /media-plugins/mda-lv2
parentdev-ml/ocamlweb: port to EAPI=7 (diff)
downloadgentoo-b3dde4f2c84883516fffb7e46204fac4fd8db247.tar.gz
gentoo-b3dde4f2c84883516fffb7e46204fac4fd8db247.tar.bz2
gentoo-b3dde4f2c84883516fffb7e46204fac4fd8db247.zip
media-plugins/mda-lv2: Port to EAPI 6
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-plugins/mda-lv2')
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
index 2b587a9d9efb..ada4a9638224 100644
--- a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
+++ b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
PYTHON_REQ_USE='threads(+)'
inherit python-any-r1 waf-utils
@@ -15,11 +15,9 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="media-libs/lv2"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig"
-
-DOCS=( "README" )