commit: 080fe36a24e06f16ef7c7f0134272387c16a76fe Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Mon Jul 2 19:41:19 2018 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> 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