x11-wm/leftwm: use eclass

Signed-off-by: Luciano Degni <degni.public@gmail.com>
This commit is contained in:
Luciano Degni
2022-01-10 16:29:59 +01:00
parent 2a45d89f71
commit 451a790ca0

View File

@@ -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() {