From: David Seifert Date: Sun, 23 Apr 2017 10:57:57 +0000 (+0200) Subject: net-analyzer/ntop: [QA] Add missing python metadata variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc1bbe9f37c4a4086ea4014a0b6cdd1a0fb01aa9;p=gentoo.git net-analyzer/ntop: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/net-analyzer/ntop/ntop-5.0.1-r2.ebuild b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild index 69283cf166f3..8982d2724148 100644 --- a/net-analyzer/ntop/ntop-5.0.1-r2.ebuild +++ b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="snmp ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" dev-lang/lua:= @@ -29,10 +30,10 @@ COMMON_DEPEND=" sys-libs/gdbm sys-libs/zlib virtual/awk + ${PYTHON_DEPS} " DEPEND=" ${COMMON_DEPEND} - ${PYTHON_DEPS} >=sys-devel/libtool-1.5.26 " RDEPEND=" @@ -45,8 +46,6 @@ RDEPEND=" net-misc/wget " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - pkg_setup() { enewgroup ntop enewuser ntop -1 -1 /var/lib/ntop ntop @@ -94,7 +93,6 @@ src_configure() { $(use_enable snmp) \ $(use_with ssl) \ --with-rrd-home=/usr/$(get_libdir) - } src_compile() {