commit:     08d7333a4592e66c694e40cc7c535c3fc9191188
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 09:55:20 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 09:58:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d7333a

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

 dev-python/django-haystack/django-haystack-2.3.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 df67e6d..6ea924e 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? (

Reply via email to