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 CEC75138350 for ; Sun, 9 Feb 2020 15:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE91CE0866; Sun, 9 Feb 2020 15:54:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3556E0869 for ; Sun, 9 Feb 2020 15:54:31 +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 8D15634E8BB for ; Sun, 9 Feb 2020 15:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39913134 for ; Sun, 9 Feb 2020 15:54:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581263663.bc158237f0c847c9e49c5865cf4f7e3562d993d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/trac-tags/trac-tags-0.6-r1.ebuild www-apps/trac-tags/trac-tags-0.6-r2.ebuild X-VCS-Directories: www-apps/trac-tags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc158237f0c847c9e49c5865cf4f7e3562d993d0 X-VCS-Branch: master Date: Sun, 9 Feb 2020 15:54:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 408f26ad-d6f1-4cbb-a22a-14cc41e08c05 X-Archives-Hash: c858db228eefc039696b4a1df2609245 commit: bc158237f0c847c9e49c5865cf4f7e3562d993d0 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 8 12:40:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 15:54:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc158237 www-apps/trac-tags: Switch to python-single-r1, due to trac dep Signed-off-by: Michał Górny gentoo.org> .../{trac-tags-0.6-r1.ebuild => trac-tags-0.6-r2.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild similarity index 71% rename from www-apps/trac-tags/trac-tags-0.6-r1.ebuild rename to www-apps/trac-tags/trac-tags-0.6-r2.ebuild index 43896d792b6..025d60b0a73 100644 --- a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild +++ b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -20,11 +21,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]" +CDEPEND=" + $(python_gen_cond_dep ' + >=dev-python/genshi-0.6[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] app-arch/unzip" RDEPEND="${CDEPEND} - >=www-apps/trac-0.11[${PYTHON_USEDEP}]" + >=www-apps/trac-0.11[${PYTHON_SINGLE_USEDEP}]" S="${WORKDIR}/${MY_DIR}"