www-apps/prewikka: Add missed PYTHON_USEDEP
authorManuel Rüger <mrueg@gentoo.org>
Sun, 14 May 2017 10:39:55 +0000 (12:39 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 14 May 2017 10:43:48 +0000 (12:43 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

www-apps/prewikka/prewikka-3.1.0.ebuild

index 06e65b721038dec33058cd84f02c577a8fd5f09f..708a8bd0e991d0443b817f9508a6481f9494fc54 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,10 +18,10 @@ IUSE="adns"
 
 PYTHON_REQ_USE="ssl"
 
-DEPEND="dev-python/setuptools
-       dev-python/lesscpy
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/lesscpy[${PYTHON_USEDEP}]
        sys-devel/gettext
-       dev-python/cheetah"
+       dev-python/cheetah[${PYTHON_USEDEP}]"
 
 RDEPEND="dev-python/Babel[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]