commit: dbe967cef57717cdfd95dd7efb9238666f887139
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:12:16 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:26:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe967ce
media-libs/lv2: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/lv2/lv2-1.10.0-r1.ebuild | 8 ++++++--
media-libs/lv2/lv2-1.12.0.ebuild | 9 +++++++--
media-libs/lv2/lv2-1.14.0.ebuild | 9 +++++++--
3 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/media-libs/lv2/lv2-1.10.0-r1.ebuild
b/media-libs/lv2/lv2-1.10.0-r1.ebuild
index 116d93599d4..36cb1851af5 100644
--- a/media-libs/lv2/lv2-1.10.0-r1.ebuild
+++ b/media-libs/lv2/lv2-1.10.0-r1.ebuild
@@ -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}]
diff --git a/media-libs/lv2/lv2-1.12.0.ebuild b/media-libs/lv2/lv2-1.12.0.ebuild
index c66968ce40b..284d435f39c 100644
--- a/media-libs/lv2/lv2-1.12.0.ebuild
+++ b/media-libs/lv2/lv2-1.12.0.ebuild
@@ -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}]
diff --git a/media-libs/lv2/lv2-1.14.0.ebuild b/media-libs/lv2/lv2-1.14.0.ebuild
index abcae4c123c..284d435f39c 100644
--- a/media-libs/lv2/lv2-1.14.0.ebuild
+++ b/media-libs/lv2/lv2-1.14.0.ebuild
@@ -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}]