commit: 3568d38e4c359da4bd6f64eff8f8730ee5656842 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jan 6 17:35:06 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 03:50:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3568d38e
dev-python/qdarkstyle: Fix optfeature message Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/14247 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild index 20c0c4008a4..ef8b2be9d96 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 }