commit: 83fe56f7c5a03f1be1518c240ff72b989946b512
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 21:33:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 21:39:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fe56f7
dev-python/pylint: Fix missing quoting
dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild
b/dev-python/pylint/pylint-1.7.1-r1.ebuild
index 4aa65c9ed87..4896eb3cc57 100644
--- a/dev-python/pylint/pylint-1.7.1-r1.ebuild
+++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild
@@ -62,5 +62,5 @@ 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]
+ optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE
flag enabled." 'dev-lang/python[tk]'
}