From e089a42ebec80565a2093bf43d55016fb50b164c Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 19 Apr 2023 15:00:44 +0200 Subject: [PATCH] app-text/highlight: Update desktop and icons caches Signed-off-by: Pacho Ramos --- app-text/highlight/highlight-4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/highlight/highlight-4.1.ebuild b/app-text/highlight/highlight-4.1.ebuild index e392371ce93df..9271ef7b7f6ff 100644 --- a/app-text/highlight/highlight-4.1.ebuild +++ b/app-text/highlight/highlight-4.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua-single qmake-utils toolchain-funcs +inherit lua-single qmake-utils toolchain-funcs xdg DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/"