media-libs/lvtk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-04-23 12:13:12 +02:00
parent dbe967cef5
commit d912ff0e2f

View File

@@ -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"