From 83fe56f7c5a03f1be1518c240ff72b989946b512 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 May 2017 23:33:54 +0200 Subject: dev-python/pylint: Fix missing quoting --- dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pylint') diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 4aa65c9ed878..4896eb3cc573 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]' } -- cgit v1.2.3-65-gdbad