diff options
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ntop-5.0.1-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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() { |