From e6fec62e84263dc27eb6123dd41ff4eb040ef260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Nov 2020 10:21:42 +0100 Subject: [PATCH] dev-python/pylint: Remove obsolete pylint-gui message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't think pylint-gui exists anymore I think that message is a relic https://github.com/PyCQA/pylint/commit/c70b281c62deef9f0b7dad10efbd614ccf02d637 gone since 1.7 Signed-off-by: Michał Górny --- dev-python/pylint/pylint-2.6.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/pylint/pylint-2.6.0.ebuild b/dev-python/pylint/pylint-2.6.0.ebuild index c7649094183a3..861ac0ae87656 100644 --- a/dev-python/pylint/pylint-2.6.0.ebuild +++ b/dev-python/pylint/pylint-2.6.0.ebuild @@ -62,8 +62,3 @@ python_install_all() { distutils-r1_python_install_all } - -pkg_postinst() { - # Optional dependency on "tk" USE flag would break support for Jython. - optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." 'dev-lang/python[tk]' -}