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 CC296138334 for ; Sat, 2 Jun 2018 08:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11C25E07D8; Sat, 2 Jun 2018 08:01:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD6E6E07D8 for ; Sat, 2 Jun 2018 08:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91B2E335C02 for ; Sat, 2 Jun 2018 08:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3195B2B8 for ; Sat, 2 Jun 2018 08:01:06 +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: <1527926454.f86d74a6a4f1490f1cf6075f656b7404e00a05b2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/gemato-12.2.ebuild app-portage/gemato/gemato-13.0.ebuild app-portage/gemato/gemato-9999.ebuild X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f86d74a6a4f1490f1cf6075f656b7404e00a05b2 X-VCS-Branch: master Date: Sat, 2 Jun 2018 08:01:06 +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: 25f1fedf-dc96-43da-81e1-4400bab08592 X-Archives-Hash: 8afae439c982bea8564f719964da5d83 commit: f86d74a6a4f1490f1cf6075f656b7404e00a05b2 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 2 07:59:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 2 08:00:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86d74a6 app-portage/gemato: Bump dep on setuptools Closes: https://bugs.gentoo.org/657080 app-portage/gemato/gemato-12.2.ebuild | 2 +- app-portage/gemato/gemato-13.0.ebuild | 2 +- app-portage/gemato/gemato-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/gemato/gemato-12.2.ebuild b/app-portage/gemato/gemato-12.2.ebuild index 41600021c7a..180af2c047e 100644 --- a/app-portage/gemato/gemato-12.2.ebuild +++ b/app-portage/gemato/gemato-12.2.ebuild @@ -26,7 +26,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() { diff --git a/app-portage/gemato/gemato-13.0.ebuild b/app-portage/gemato/gemato-13.0.ebuild index e8ab1e019ab..c47ad1f06cc 100644 --- a/app-portage/gemato/gemato-13.0.ebuild +++ b/app-portage/gemato/gemato-13.0.ebuild @@ -26,7 +26,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() { diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 605958de2ad..2a955da4d7d 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -27,7 +27,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() {