From: Andrew Ammerlaan Date: Mon, 6 Jan 2020 17:35:06 +0000 (+0100) Subject: dev-python/qdarkstyle: Fix optfeature message X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3568d38e4c359da4bd6f64eff8f8730ee5656842;p=gentoo.git dev-python/qdarkstyle: Fix optfeature message Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan Closes: https://github.com/gentoo/gentoo/pull/14247 Signed-off-by: Joonas Niilola --- diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild index 20c0c4008a48..ef8b2be9d963 100644 --- a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild +++ b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild @@ -39,5 +39,5 @@ python_install_all() { } pkg_postinst() { - optfeature "To use qdarkstyle.utils please install" dev-python/qtsass + optfeature "qdarkstyle.utils" dev-python/qtsass }