commit: d912ff0e2f489a4c0341294992bad3ac623f17e6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:13:12 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:26:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912ff0e
media-libs/lvtk: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/lvtk/lvtk-1.2.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild
b/media-libs/lvtk/lvtk-1.2.0.ebuild
index 3956e51ff14..f55c8072ffc 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,12 +16,13 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples +gtk2 +tools"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="media-libs/lv2
>=dev-libs/boost-1.40.0
+ ${PYTHON_DEPS}
gtk2? ( dev-cpp/gtkmm:2.4 )"
DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
doc? ( app-doc/doxygen
media-gfx/graphviz )
virtual/pkgconfig"