diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-08 11:10:50 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-08 11:29:32 -0600 |
commit | 130ff745a6efcd72cd3909bcdc65873ef3c6da8a (patch) | |
tree | 1417d5589ace50209871d6e112fb317afd0402b9 /dev-python/zeroconf | |
parent | dev-libs/spdlog: remove unused patch (diff) | |
download | gentoo-130ff745a6efcd72cd3909bcdc65873ef3c6da8a.tar.gz gentoo-130ff745a6efcd72cd3909bcdc65873ef3c6da8a.tar.bz2 gentoo-130ff745a6efcd72cd3909bcdc65873ef3c6da8a.zip |
dev-python/zeroconf: 0.19.1 stable amd64 and x86
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.19.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zeroconf/zeroconf-0.19.1.ebuild b/dev-python/zeroconf/zeroconf-0.19.1.ebuild index 5b6b4b8a2700..b296885d58a5 100644 --- a/dev-python/zeroconf/zeroconf-0.19.1.ebuild +++ b/dev-python/zeroconf/zeroconf-0.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |