commit: 5ed19a8772d59e8009ac97d1887f6d2bf4fd7bec
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:39:55 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:43:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed19a87
www-apps/prewikka: Add missed PYTHON_USEDEP
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-apps/prewikka/prewikka-3.1.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/prewikka/prewikka-3.1.0.ebuild
b/www-apps/prewikka/prewikka-3.1.0.ebuild
index 06e65b72103..708a8bd0e99 100644
--- a/www-apps/prewikka/prewikka-3.1.0.ebuild
+++ b/www-apps/prewikka/prewikka-3.1.0.ebuild
@@ -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}]