commit: 42327af74c219786c7fac6f03ffafbba1fc89488
Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Mon Jan 10 15:30:49 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=42327af7
x11-wm/leftwm: use eclass
Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
x11-wm/leftwm/leftwm-0.2.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/leftwm/leftwm-0.2.11.ebuild
b/x11-wm/leftwm/leftwm-0.2.11.ebuild
index 199114594..d70c449cb 100644
--- a/x11-wm/leftwm/leftwm-0.2.11.ebuild
+++ b/x11-wm/leftwm/leftwm-0.2.11.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() {