diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 13:43:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 14:10:53 +0200 |
commit | 36e57109d0a23a8c43c536353866f407e6aef0f6 (patch) | |
tree | 9192161ddc24706d15d75173bd39e682070b520e /sys-power/nut | |
parent | xfce-extra/xfce4-notifyd: Strip .la files (diff) | |
download | gentoo-36e57109d0a23a8c43c536353866f407e6aef0f6.tar.gz gentoo-36e57109d0a23a8c43c536353866f407e6aef0f6.tar.bz2 gentoo-36e57109d0a23a8c43c536353866f407e6aef0f6.zip |
sys-power/nut: Add missing PYTHON_DEPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-power/nut')
-rw-r--r-- | sys-power/nut/nut-2.7.4-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-power/nut/nut-2.7.4-r3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-power/nut/nut-2.7.4-r2.ebuild b/sys-power/nut/nut-2.7.4-r2.ebuild index d4baf524a1f0..4e93549bfb92 100644 --- a/sys-power/nut/nut-2.7.4-r2.ebuild +++ b/sys-power/nut/nut-2.7.4-r2.ebuild @@ -23,7 +23,8 @@ DEPEND=" net-libs/libnsl virtual/udev cgi? ( >=media-libs/gd-2[png] ) - gui? ( dev-python/pygtk[${PYTHON_USEDEP}] ) + gui? ( ${PYTHON_DEPS} + dev-python/pygtk[${PYTHON_USEDEP}] ) ipmi? ( sys-libs/freeipmi ) snmp? ( net-analyzer/net-snmp ) ssl? ( >=dev-libs/openssl-1:= ) diff --git a/sys-power/nut/nut-2.7.4-r3.ebuild b/sys-power/nut/nut-2.7.4-r3.ebuild index b146001d907e..5b780f48de5d 100644 --- a/sys-power/nut/nut-2.7.4-r3.ebuild +++ b/sys-power/nut/nut-2.7.4-r3.ebuild @@ -23,7 +23,8 @@ DEPEND=" net-libs/libnsl virtual/udev cgi? ( >=media-libs/gd-2[png] ) - gui? ( dev-python/pygtk[${PYTHON_USEDEP}] ) + gui? ( ${PYTHON_DEPS} + dev-python/pygtk[${PYTHON_USEDEP}] ) ipmi? ( sys-libs/freeipmi ) snmp? ( net-analyzer/net-snmp ) ssl? ( >=dev-libs/openssl-1:= ) |