diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-01-06 18:35:06 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-07 05:50:12 +0200 |
commit | 3568d38e4c359da4bd6f64eff8f8730ee5656842 (patch) | |
tree | b672d8fc2b05396af15e909e68db4d8e7095faaa /dev-python/qdarkstyle | |
parent | dev-libs/libsass: Version bump 3.6.3 (diff) | |
download | gentoo-3568d38e4c359da4bd6f64eff8f8730ee5656842.tar.gz gentoo-3568d38e4c359da4bd6f64eff8f8730ee5656842.tar.bz2 gentoo-3568d38e4c359da4bd6f64eff8f8730ee5656842.zip |
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>
Diffstat (limited to 'dev-python/qdarkstyle')
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |