summaryrefslogtreecommitdiff
path: root/dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-12-24 16:30:15 +0800
committerIan Delaney <idella4@gentoo.org>2015-12-24 16:31:24 +0800
commit98b51f2c00d5f8b675f111e97e759e8eeea6125e (patch)
treeb87a9367d03c5e98613c20b0fd107f8b9be43268 /dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild
parent3bf393ce26cc918d2da1dd69c842ba54a53c7067 (diff)
parent6202dcf8e261f73a44bb94ba103555c3407bcbec (diff)
downloadgentoo-98b51f2c00d5f8b675f111e97e759e8eeea6125e.tar.gz
gentoo-98b51f2c00d5f8b675f111e97e759e8eeea6125e.tar.bz2
gentoo-98b51f2c00d5f8b675f111e97e759e8eeea6125e.zip
Merge remote-tracking branch 'remotes/Coacher/fwknop-2.6.8-bump'
Pull request: https://github.com/gentoo/gentoo/pull/520
Diffstat (limited to 'dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild')
-rw-r--r--dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild b/dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild
index e8a86a3ce8f0..a0f16481809e 100644
--- a/dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild
+++ b/dev-python/djangocms-admin-style/djangocms-admin-style-0.2.8.ebuild
@@ -4,11 +4,11 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit distutils-r1
-DESCRIPTION="Adds pretty CSS styles for the django CMS admin interface."
+DESCRIPTION="Adds pretty CSS styles for the django CMS admin interface"
HOMEPAGE="https://pypi.python.org/pypi/djangocms-admin-style"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -21,5 +21,5 @@ RDEPEND=""
DEPEND="
${RDEPEND}
- dev-python/setuptools
-" \ No newline at end of file
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"