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 EE063138334 for ; Mon, 2 Jul 2018 19:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E37E0977; Mon, 2 Jul 2018 19:46:27 +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 A7EF4E0971 for ; Mon, 2 Jul 2018 19:46:27 +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 16E81335C7D for ; Mon, 2 Jul 2018 19:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAB3F35B for ; Mon, 2 Jul 2018 19:46:23 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1530560736.080fe36a24e06f16ef7c7f0134272387c16a76fe.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/safeeyes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/safeeyes/safeeyes-2.0.6.ebuild X-VCS-Directories: x11-misc/safeeyes/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 080fe36a24e06f16ef7c7f0134272387c16a76fe X-VCS-Branch: master Date: Mon, 2 Jul 2018 19:46:23 +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: a0698337-5a1e-46e9-b143-04a998cb7d00 X-Archives-Hash: c4cf32345129adf19a38018610e80791 commit: 080fe36a24e06f16ef7c7f0134272387c16a76fe Author: Sebastian Pipping gentoo org> AuthorDate: Mon Jul 2 19:41:19 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jul 2 19:45:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080fe36a x11-misc/safeeyes: Fix setuptools depndency Bug: https://bugs.gentoo.org/659318 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/safeeyes/safeeyes-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild index ebf1e7c7347..9aae9642548 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild @@ -17,7 +17,7 @@ IUSE="portaudio" CDEPEND="${PYTHON_DEPS}" DEPEND="${CDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}] " RDEPEND="${CDEPEND} dev-libs/libappindicator:3