Gentoo Archives: gentoo-commits

From: Dex Conner <cantcuckthis@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/lf/
Date: Sat, 09 Apr 2022 05:07:19
Message-Id: 1649480810.289d837890489aa98feaada08ceaa25928f41221.cantcuckthis@gentoo
1 commit: 289d837890489aa98feaada08ceaa25928f41221
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Fri Apr 8 20:56:07 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Sat Apr 9 05:06:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=289d8378
7
8 app-misc/lf: Stop using X flag for desktop file
9
10 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
11
12 app-misc/lf/lf-27.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild
16 index 3f617c028..0997fbe0f 100644
17 --- a/app-misc/lf/lf-27.ebuild
18 +++ b/app-misc/lf/lf-27.ebuild
19 @@ -34,7 +34,7 @@ SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz -> ${P}.tar.gz
20
21 DESCRIPTION="Terminal file manager"
22 HOMEPAGE="https://github.com/gokcehan/lf"
23 -IUSE="+static X"
24 +IUSE="+static"
25
26 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
27 LICENSE="MIT"
28 @@ -78,7 +78,5 @@ src_install() {
29 insinto /usr/share/fish/vendor_functions.d
30 doins "etc/${PN}cd.fish"
31
32 - use X && {
33 - domenu "${PN}.desktop"
34 - }
35 + domenu "${PN}.desktop"
36 }