Skip to content

Commit

Permalink
dev-python/djangocms-snippet: updated to use PYTHON_USEDEP
Browse files Browse the repository at this point in the history
As reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Slawomir Lis committed May 23, 2017
1 parent 5ee976e commit ab30f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-python/djangocms-snippet/djangocms-snippet-1.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -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="6"

PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )

inherit distutils-r1

Expand All @@ -19,7 +19,7 @@ IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
dev-python/setuptools
dev-python/setuptools[${PYTHON_USEDEP}]
"

src_prepare() {
Expand Down

0 comments on commit ab30f18

Please sign in to comment.