diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-07-02 21:41:19 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-07-02 21:45:36 +0200 |
commit | 080fe36a24e06f16ef7c7f0134272387c16a76fe (patch) | |
tree | ebbaf2f16dd9e65ef6147b17efbab6505d6ef606 /x11-misc | |
parent | dev-python/setuptools: Bump to 38.6.1 for x11-misc/safeeyes-2.0.6 (diff) | |
download | gentoo-080fe36a24e06f16ef7c7f0134272387c16a76fe.tar.gz gentoo-080fe36a24e06f16ef7c7f0134272387c16a76fe.tar.bz2 gentoo-080fe36a24e06f16ef7c7f0134272387c16a76fe.zip |
x11-misc/safeeyes: Fix setuptools depndency
Bug: https://bugs.gentoo.org/659318
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/safeeyes/safeeyes-2.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild index ebf1e7c73477..9aae9642548a 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 |