dev-python/qdarkstyle: Fix optfeature message

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/14247
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-01-06 18:35:06 +01:00
committed by Joonas Niilola
parent 0f00cfe81d
commit 3568d38e4c

View File

@@ -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
}