From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9C77139694 for ; Sun, 14 May 2017 10:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEA1EE0E79; Sun, 14 May 2017 10:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8B69E0E78 for ; Sun, 14 May 2017 10:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA7043416DC for ; Sun, 14 May 2017 10:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFA97458 for ; Sun, 14 May 2017 10:45:20 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494758628.5ed19a8772d59e8009ac97d1887f6d2bf4fd7bec.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/prewikka/prewikka-3.1.0.ebuild X-VCS-Directories: www-apps/prewikka/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 5ed19a8772d59e8009ac97d1887f6d2bf4fd7bec X-VCS-Branch: master Date: Sun, 14 May 2017 10:45:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4087e8a6-164d-45e2-9fe1-5e2ae3c421ef X-Archives-Hash: 6c926b36bbc668b9c0fbc741dee1bb9c commit: 5ed19a8772d59e8009ac97d1887f6d2bf4fd7bec Author: Manuel Rüger gentoo org> AuthorDate: Sun May 14 10:39:55 2017 +0000 Commit: Manuel Rüger gentoo 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}]