diff options
author | Luciano Degni <degni.public@gmail.com> | 2022-01-10 16:30:33 +0100 |
---|---|---|
committer | Luciano Degni <degni.public@gmail.com> | 2022-01-10 17:26:35 +0100 |
commit | 453cb5248d02a8354bda3490ea5317f5cf5ae867 (patch) | |
tree | 56e8aab4f552919993bd2543af705193c98703fc /x11-wm | |
parent | x11-wm/leftwm: use eclass (diff) | |
download | guru-453cb5248d02a8354bda3490ea5317f5cf5ae867.tar.gz guru-453cb5248d02a8354bda3490ea5317f5cf5ae867.tar.bz2 guru-453cb5248d02a8354bda3490ea5317f5cf5ae867.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.9.ebuild | 4 |
1 files 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() { |