Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/
Date: Tue, 07 Jan 2020 04:08:24
Message-Id: 1578369012.3568d38e4c359da4bd6f64eff8f8730ee5656842.juippis@gentoo
1 commit: 3568d38e4c359da4bd6f64eff8f8730ee5656842
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Jan 6 17:35:06 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 03:50:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3568d38e
7
8 dev-python/qdarkstyle: Fix optfeature message
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Closes: https://github.com/gentoo/gentoo/pull/14247
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
19 index 20c0c4008a4..ef8b2be9d96 100644
20 --- a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
21 +++ b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
22 @@ -39,5 +39,5 @@ python_install_all() {
23 }
24
25 pkg_postinst() {
26 - optfeature "To use qdarkstyle.utils please install" dev-python/qtsass
27 + optfeature "qdarkstyle.utils" dev-python/qtsass
28 }