diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-26 16:02:46 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-26 16:02:46 +0200 |
commit | ae6e6db66bf6e06aee94956af76005799eefe884 (patch) | |
tree | 03b0d6b3c6d2cf08698e82f4587e5880e2293087 /dev-python/elasticsearch-py | |
parent | mail-mta/nullmailer: x86 stable wrt bug #619520 (diff) | |
download | gentoo-ae6e6db66bf6e06aee94956af76005799eefe884.tar.gz gentoo-ae6e6db66bf6e06aee94956af76005799eefe884.tar.bz2 gentoo-ae6e6db66bf6e06aee94956af76005799eefe884.zip |
dev-python/elasticsearch-py: x86 stable wrt bug #619652
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/elasticsearch-py')
-rw-r--r-- | dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild index 1a8e20a0f9a0..f5ddcabcdb2b 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples doc test" RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}] diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild index ff354fe1001d..3d0a9b8b6551 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="examples doc test" RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}] |