diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-25 23:37:11 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-25 23:44:15 +1000 |
commit | c7ebfec17d9b28b443e7f4ebe0bd469545701a0d (patch) | |
tree | ebe7a5f00c69927372b5f44b3fd98c2e1af8728d /dev-python/django-haystack | |
parent | dev-python/django-debug-toolbar: stabilise 1.5 for x86 (diff) | |
download | gentoo-c7ebfec17d9b28b443e7f4ebe0bd469545701a0d.tar.gz gentoo-c7ebfec17d9b28b443e7f4ebe0bd469545701a0d.tar.bz2 gentoo-c7ebfec17d9b28b443e7f4ebe0bd469545701a0d.zip |
dev-python/django-haystack: stabilise 2.4.1 for x86
Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/django-haystack')
-rw-r--r-- | dev-python/django-haystack/django-haystack-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-haystack/django-haystack-2.4.1.ebuild b/dev-python/django-haystack/django-haystack-2.4.1.ebuild index 02733c98e88d..6a13b9ad420f 100644 --- a/dev-python/django-haystack/django-haystack-2.4.1.ebuild +++ b/dev-python/django-haystack/django-haystack-2.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc test" RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]" |