media-plugins/mda-lv2: Port to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 20:07:52 +0000 (21:07 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 20:07:52 +0000 (21:07 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild

index 2b587a9d9efb07c49dc1e0b82abbc433c3a1e30b..ada4a963822405b4591024165caa291d5f2baad7 100644 (file)
@@ -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" )