dev-python/graph-tool: [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-20 20:26:14 +02:00
parent 535c3ac423
commit 49b6c9b983
4 changed files with 8 additions and 10 deletions

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
@@ -21,6 +21,7 @@ HOMEPAGE="https://graph-tool.skewed.de/"
LICENSE="GPL-3"
SLOT="0"
IUSE="+cairo openmp"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
@@ -38,8 +39,6 @@ DEPEND="${RDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# bug 453544
CHECKREQS_DISK_BUILD="6G"