Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/
Date: Sat, 10 Feb 2018 07:30:19
Message-Id: 1518247788.f5c82fbe8fe653d016875efa07c2bdae32f8c205.mgorny@gentoo
1 commit: f5c82fbe8fe653d016875efa07c2bdae32f8c205
2 Author: tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Fri Feb 9 17:35:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 07:29:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c82fbe
7
8 dev-python/paho-mqtt: fix use of undef var
9
10 Closes: https://github.com/gentoo/gentoo/pull/7139
11 Package-Manager: Paludis-2.6.0, Repoman-2.3.6
12
13 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
17 index ad2fcc144bc..dde4d1c6b56 100644
18 --- a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
19 +++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
20 @@ -15,7 +15,7 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 RDEPEND=""
24 -DEPEND="dev-python/setuptools[${MULTILIB_USEDEP}]"
25 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
26
27 S="${WORKDIR}/paho.mqtt.python-${PV}"