summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-04-30 23:14:06 +0000
committerJeroen Roovers <jer@gentoo.org>2014-04-30 23:14:06 +0000
commita7a0443c71c59bb0d876d3e810777fae0062e287 (patch)
tree3fa98e61002efee25c66524fe24d251bf805769b /net-analyzer/net-snmp
parentAutomated update. (diff)
downloadgentoo-2-a7a0443c71c59bb0d876d3e810777fae0062e287.tar.gz
gentoo-2-a7a0443c71c59bb0d876d3e810777fae0062e287.tar.bz2
gentoo-2-a7a0443c71c59bb0d876d3e810777fae0062e287.zip
USE=python: set DEPEND on dev-python/setuptools[${PYTHON_USEDEP}], REQUIRED_USE to $PYTHON_REQUIRED_USE (bug #496782).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/ChangeLog6
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild12
2 files changed, 14 insertions, 4 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 38d5967dc6d4..e31296e05b09 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.279 2014/04/30 14:28:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.280 2014/04/30 23:14:06 jer Exp $
+
+ 30 Apr 2014; Jeroen Roovers <jer@gentoo.org> net-snmp-5.7.3_pre3.ebuild:
+ USE=python: set DEPEND on dev-python/setuptools[${PYTHON_USEDEP}],
+ REQUIRED_USE to $PYTHON_REQUIRED_USE (bug #496782).
30 Apr 2014; Jeroen Roovers <jer@gentoo.org> net-snmp-5.7.3_pre3.ebuild:
Stable for HPPA (bug #509110).
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
index cb0f91e9e5cb..35b242d09b7d 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.4 2014/04/30 14:28:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.5 2014/04/30 23:14:06 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -35,7 +35,10 @@ COMMON="ssl? ( >=dev-libs/openssl-0.9.6d )
bzip2? ( app-arch/bzip2 )
zlib? ( >=sys-libs/zlib-1.1.4 )
elf? ( dev-libs/elfutils )
- python? ( dev-python/setuptools ${PYTHON_DEPS} )
+ python? (
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
+ )
pci? ( sys-apps/pciutils )
lm_sensors? ( sys-apps/lm_sensors )
netlink? ( dev-libs/libnl:1.1 )
@@ -54,7 +57,10 @@ DEPEND="${COMMON}
>=sys-apps/sed-4
doc? ( app-doc/doxygen )"
-REQUIRED_USE="rpm? ( bzip2 zlib )"
+REQUIRED_USE="
+ python? ( ${PYTHON_REQUIRED_USE} )
+ rpm? ( bzip2 zlib )
+"
RESTRICT=test