commit:     40b32e76871775517a83ac85c84cec48afe721f1
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 06:13:21 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b32e76

dev-python/aldryn-search: Updated to use PYTHON_USEDEP

Also dropped some PYTHON_COMPAT. Reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../aldryn-search/aldryn-search-0.3.0.ebuild       | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-python/aldryn-search/aldryn-search-0.3.0.ebuild 
b/dev-python/aldryn-search/aldryn-search-0.3.0.ebuild
index cea9921406e..f799ed83fa6 100644
--- a/dev-python/aldryn-search/aldryn-search-0.3.0.ebuild
+++ b/dev-python/aldryn-search/aldryn-search-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
@@ -17,16 +17,16 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-       dev-python/lxml
-       >=dev-python/django-1.4
-       dev-python/django-appconf
-       >=dev-python/django-cms-3.0
-       >=dev-python/django-haystack-2.0.0
-       dev-python/django-spurl
-       dev-python/django-standard-form
-       >=dev-python/aldryn-common-1.0.2
+       dev-python/lxml[${PYTHON_USEDEP}]
+       >=dev-python/django-1.4[${PYTHON_USEDEP}]
+       dev-python/django-appconf[${PYTHON_USEDEP}]
+       >=dev-python/django-cms-3.0[${PYTHON_USEDEP}]
+       >=dev-python/django-haystack-2.0.0[${PYTHON_USEDEP}]
+       dev-python/django-spurl[${PYTHON_USEDEP}]
+       dev-python/django-standard-form[${PYTHON_USEDEP}]
+       >=dev-python/aldryn-common-1.0.2[${PYTHON_USEDEP}]
 "
 DEPEND="
        ${RDEPEND}
-       dev-python/setuptools
+       dev-python/setuptools[${PYTHON_USEDEP}]
 "

Reply via email to