aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorLuciano Degni <degni.public@gmail.com>2022-01-10 16:30:49 +0100
committerLuciano Degni <degni.public@gmail.com>2022-01-10 17:26:35 +0100
commit42327af74c219786c7fac6f03ffafbba1fc89488 (patch)
tree0e2999afd52fcf2fe06b88f9cb8940e759167d8b /x11-wm
parentx11-wm/leftwm: use eclass (diff)
downloadguru-42327af74c219786c7fac6f03ffafbba1fc89488.tar.gz
guru-42327af74c219786c7fac6f03ffafbba1fc89488.tar.bz2
guru-42327af74c219786c7fac6f03ffafbba1fc89488.zip
x11-wm/leftwm: use eclass
Signed-off-by: Luciano Degni <degni.public@gmail.com>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/leftwm/leftwm-0.2.11.ebuild4
1 files 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() {