dev-python/django-haystack: set upper border to dep django in vn. 1.8.7
authorIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 09:55:20 +0000 (17:55 +0800)
committerIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 09:58:46 +0000 (17:58 +0800)
Required with release of django-1.9, instigated by bug #567310

Package-Manager: portage-2.2.24

dev-python/django-haystack/django-haystack-2.3.1.ebuild

index df67e6d8d5ccab13f4c5621c62aa2993701ac669..6ea924e4a90b4b236c803ae5cd7f7278a3732955 100644 (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? (