commit: 453cb5248d02a8354bda3490ea5317f5cf5ae867
Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Mon Jan 10 15:30:33 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 16:26:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=453cb524
x11-wm/leftwm: use eclass
Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
x11-wm/leftwm/leftwm-0.2.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/leftwm/leftwm-0.2.9.ebuild
b/x11-wm/leftwm/leftwm-0.2.9.ebuild
index 102e7ac96..0af8442dc 100644
--- a/x11-wm/leftwm/leftwm-0.2.9.ebuild
+++ b/x11-wm/leftwm/leftwm-0.2.9.ebuild
@@ -136,7 +136,7 @@ CRATES="
xdg-2.4.0
"
-inherit cargo xdg-utils desktop
+inherit cargo xdg-utils desktop optfeature
DESCRIPTION="A window manager for Adventurers"
HOMEPAGE="https://github.com/leftwm/leftwm"
@@ -198,7 +198,7 @@ src_install() {
pkg_postinst() {
xdg_desktop_database_update
- elog "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN"
+ optfeature "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN"
}
pkg_postrm() {