diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-18 12:34:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-18 12:34:44 -0700 |
commit | e7c4242fed44a3f863ee57ed8f4f317532d2e417 (patch) | |
tree | 6f5247ed217a376c44b35e9d20361c8f486c0a9f /dev-python/paho-mqtt | |
parent | dev-python/ldap3: add python3_7 (diff) | |
download | gentoo-e7c4242fed44a3f863ee57ed8f4f317532d2e417.tar.gz gentoo-e7c4242fed44a3f863ee57ed8f4f317532d2e417.tar.bz2 gentoo-e7c4242fed44a3f863ee57ed8f4f317532d2e417.zip |
dev-python/paho-mqtt: Stabilize
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r-- | dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild index b60266361e63..c85da6521637 100644 --- a/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-1.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${ LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |