commit:     451a790ca0cb5256ea0a250399746221cf69d7db
Author:     Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Mon Jan 10 15:29:59 2022 +0000
Commit:     Luciano Degni <degni.public <AT> gmail <DOT> com>
CommitDate: Mon Jan 10 16:26:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=451a790c

x11-wm/leftwm: use eclass

Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>

 x11-wm/leftwm/leftwm-0.2.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/leftwm/leftwm-0.2.10.ebuild 
b/x11-wm/leftwm/leftwm-0.2.10.ebuild
index 199114594..d70c449cb 100644
--- a/x11-wm/leftwm/leftwm-0.2.10.ebuild
+++ b/x11-wm/leftwm/leftwm-0.2.10.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";
@@ -196,7 +196,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() {

Reply via email to