commit:     289d837890489aa98feaada08ceaa25928f41221
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Fri Apr  8 20:56:07 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 05:06:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=289d8378

app-misc/lf: Stop using X flag for desktop file

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 app-misc/lf/lf-27.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild
index 3f617c028..0997fbe0f 100644
--- a/app-misc/lf/lf-27.ebuild
+++ b/app-misc/lf/lf-27.ebuild
@@ -34,7 +34,7 @@ SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz 
-> ${P}.tar.gz
 
 DESCRIPTION="Terminal file manager"
 HOMEPAGE="https://github.com/gokcehan/lf";
-IUSE="+static X"
+IUSE="+static"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 LICENSE="MIT"
@@ -78,7 +78,5 @@ src_install() {
        insinto /usr/share/fish/vendor_functions.d
        doins "etc/${PN}cd.fish"
 
-       use X && {
-               domenu "${PN}.desktop"
-       }
+       domenu "${PN}.desktop"
 }

Reply via email to