commit:     f5c82fbe8fe653d016875efa07c2bdae32f8c205
Author:     tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Feb  9 17:35:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 07:29:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c82fbe

dev-python/paho-mqtt: fix use of undef var

Closes: https://github.com/gentoo/gentoo/pull/7139
Package-Manager: Paludis-2.6.0, Repoman-2.3.6

 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
index ad2fcc144bc..dde4d1c6b56 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND=""
-DEPEND="dev-python/setuptools[${MULTILIB_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/paho.mqtt.python-${PV}"
 

Reply via email to