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 B8CCB138359 for ; Sun, 15 Nov 2020 09:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FB6E086A; Sun, 15 Nov 2020 09:22:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DCBC1E086A for ; Sun, 15 Nov 2020 09:22:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B97D6340A7B for ; Sun, 15 Nov 2020 09:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038BF3A9 for ; Sun, 15 Nov 2020 09:22:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1605432131.e6fec62e84263dc27eb6123dd41ff4eb040ef260.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/pylint-2.6.0.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e6fec62e84263dc27eb6123dd41ff4eb040ef260 X-VCS-Branch: master Date: Sun, 15 Nov 2020 09:22:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1651aaec-fa5c-4446-897d-c139cc934991 X-Archives-Hash: 351ec3cee8a5fa2bc88957b758842db7 commit: e6fec62e84263dc27eb6123dd41ff4eb040ef260 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 15 09:21:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 15 09:22:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fec62e dev-python/pylint: Remove obsolete pylint-gui message 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 gentoo.org> 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 c7649094183..861ac0ae876 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]' -}