diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:25:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:25:48 -0500 |
commit | a25469e0f6c1342b5e3a801fbb302c7f960048eb (patch) | |
tree | a34b87c6e85672a06fded0c53532f65efa164079 /dev-python/statsd | |
parent | stablize openstack ocata ryu-4.10 x86 and amd64 (diff) | |
download | gentoo-a25469e0f6c1342b5e3a801fbb302c7f960048eb.tar.gz gentoo-a25469e0f6c1342b5e3a801fbb302c7f960048eb.tar.bz2 gentoo-a25469e0f6c1342b5e3a801fbb302c7f960048eb.zip |
stablize openstack ocata statsd-3.2.1 x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
Diffstat (limited to 'dev-python/statsd')
-rw-r--r-- | dev-python/statsd/statsd-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/statsd/statsd-3.2.1.ebuild b/dev-python/statsd/statsd-3.2.1.ebuild index 0940f02155b2..9b9d2627faea 100644 --- a/dev-python/statsd/statsd-3.2.1.ebuild +++ b/dev-python/statsd/statsd-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 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="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |