media-libs/lv2: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 10:12:16 +0000 (12:12 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:26:42 +0000 (13:26 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

media-libs/lv2/lv2-1.10.0-r1.ebuild
media-libs/lv2/lv2-1.12.0.ebuild
media-libs/lv2/lv2-1.14.0.ebuild

index 116d93599d42426a03eee6e0fabf02d0e61702f4..36cb1851af50a083117a9793452bb20eccca0fc2 100644 (file)
@@ -1,10 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils
 
 DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
@@ -15,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+       ${PYTHON_DEPS}
+       plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
index c66968ce40b2ebd887bf97c240a5bfbc2726b404..284d435f39c39db5d8039727610556c51f495f6b 100644 (file)
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION="A simple but extensible successor of LADSPA"
@@ -14,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+       ${PYTHON_DEPS}
+       plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
index abcae4c123c7e597d56cd74e1b3d068acce94672..284d435f39c39db5d8039727610556c51f495f6b 100644 (file)
@@ -1,9 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION="A simple but extensible successor of LADSPA"
@@ -14,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+       ${PYTHON_DEPS}
+       plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]