From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C7701382C5 for ; Sat, 10 Feb 2018 07:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81EE3E09B5; Sat, 10 Feb 2018 07:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61CADE09B5 for ; Sat, 10 Feb 2018 07:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1FDB335C51 for ; Sat, 10 Feb 2018 07:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488ED1CD for ; Sat, 10 Feb 2018 07:30:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518247788.f5c82fbe8fe653d016875efa07c2bdae32f8c205.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5c82fbe8fe653d016875efa07c2bdae32f8c205 X-VCS-Branch: master Date: Sat, 10 Feb 2018 07:30:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56f9b3de-c13e-4f60-9b0b-be1f4d4a3969 X-Archives-Hash: da5f426cc9cc3c2a13f303910a1dfcff commit: f5c82fbe8fe653d016875efa07c2bdae32f8c205 Author: tharvik users noreply github com> AuthorDate: Fri Feb 9 17:35:55 2018 +0000 Commit: Michał Górny gentoo 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}"