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
This commit is contained in:
Ian Delaney
2015-12-06 17:55:20 +08:00
parent dfa4067205
commit 08d7333a45

View File

@@ -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? (