diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-06 17:55:20 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-06 17:58:46 +0800 |
commit | 08d7333a4592e66c694e40cc7c535c3fc9191188 (patch) | |
tree | dd937426ff4664cee428d7115be1c7064cc1ec86 /dev-python | |
parent | dev-python/whoosh: add py3.5 support to vn. 2.7.0 (diff) | |
download | gentoo-08d7333a4592e66c694e40cc7c535c3fc9191188.tar.gz gentoo-08d7333a4592e66c694e40cc7c535c3fc9191188.tar.bz2 gentoo-08d7333a4592e66c694e40cc7c535c3fc9191188.zip |
dev-python/django-haystack: set upper border to dep django in vn. 1.8.7
Required with release of django-1.9, instigated by bug #567310
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-haystack/django-haystack-2.3.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/django-haystack/django-haystack-2.3.1.ebuild b/dev-python/django-haystack/django-haystack-2.3.1.ebuild index df67e6d8d5cc..6ea924e4a90b 100644 --- a/dev-python/django-haystack/django-haystack-2.3.1.ebuild +++ b/dev-python/django-haystack/django-haystack-2.3.1.ebuild @@ -17,7 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" -RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]" +# Does not support django-1.9 +RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}] + <dev-python/django-1.9[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( |