Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/safeeyes/
Date: Mon, 02 Jul 2018 19:46:28
Message-Id: 1530560736.080fe36a24e06f16ef7c7f0134272387c16a76fe.sping@gentoo
1 commit: 080fe36a24e06f16ef7c7f0134272387c16a76fe
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 19:41:19 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 19:45:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080fe36a
7
8 x11-misc/safeeyes: Fix setuptools depndency
9
10 Bug: https://bugs.gentoo.org/659318
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 x11-misc/safeeyes/safeeyes-2.0.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
17 index ebf1e7c7347..9aae9642548 100644
18 --- a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
19 +++ b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
20 @@ -17,7 +17,7 @@ IUSE="portaudio"
21
22 CDEPEND="${PYTHON_DEPS}"
23 DEPEND="${CDEPEND}
24 - dev-python/setuptools[${PYTHON_USEDEP}]
25 + >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}]
26 "
27 RDEPEND="${CDEPEND}
28 dev-libs/libappindicator:3