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 B64A81382C5 for ; Wed, 21 Mar 2018 18:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD978E091D; Wed, 21 Mar 2018 18:13:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 93150E091D for ; Wed, 21 Mar 2018 18:13:00 +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 51804335C2C for ; Wed, 21 Mar 2018 18:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35FD258 for ; Wed, 21 Mar 2018 18:12:57 +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: <1521655953.24ce9d367a03e1f710be0e8b81d16fb4ade1161b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/distpatch/distpatch-0.1.2-r1.ebuild X-VCS-Directories: app-portage/distpatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24ce9d367a03e1f710be0e8b81d16fb4ade1161b X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:57 +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: a29fca16-76ee-4530-9fb8-cec25427a4f4 X-Archives-Hash: bcfe1a4f7f0d25b69652fc41d7d19aff commit: 24ce9d367a03e1f710be0e8b81d16fb4ade1161b Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:01:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ce9d36 app-portage/distpatch: Add missing PYTHON_USEDEP app-portage/distpatch/distpatch-0.1.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild index 351cdc02b9c..5c369d66145 100644 --- a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild +++ b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild @@ -18,11 +18,11 @@ IUSE="" CDEPEND=" || ( - >=sys-apps/portage-2.1.8.3 - sys-apps/portage-mgorny + >=sys-apps/portage-2.1.8.3[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] ) - dev-python/snakeoil" + dev-python/snakeoil[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} - dev-python/setuptools" + dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND} >=dev-util/diffball-1.0.1"