Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/
Date: Mon, 02 Jul 2018 00:49:49
Message-Id: 1530491251.e11503b32473fc3d7ebe93626437d1895ab909da.whissi@gentoo
1 commit: e11503b32473fc3d7ebe93626437d1895ab909da
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 00:27:31 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 00:27:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11503b3
7
8 dev-python/paho-mqtt: x86 stable (bug #659064)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
16 index af2a6150bf5..6017730c61e 100644
17 --- a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
18 +++ b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${
20
21 LICENSE="EPL-1.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="test"
26
27 RDEPEND=""