summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-04-19 15:00:44 +0200
committerPacho Ramos <pacho@gentoo.org>2023-04-19 15:00:44 +0200
commite089a42ebec80565a2093bf43d55016fb50b164c (patch)
tree53842cd55fa897c5f39f3805c63a513c647cfccf /app-text/highlight
parentprofiles/base: latest xournalpp needs lua >= 5.3 (diff)
downloadgentoo-e089a42ebec80565a2093bf43d55016fb50b164c.tar.gz
gentoo-e089a42ebec80565a2093bf43d55016fb50b164c.tar.bz2
gentoo-e089a42ebec80565a2093bf43d55016fb50b164c.zip
app-text/highlight: Update desktop and icons caches
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-text/highlight')
-rw-r--r--app-text/highlight/highlight-4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/highlight/highlight-4.1.ebuild b/app-text/highlight/highlight-4.1.ebuild
index e392371ce93d..9271ef7b7f6f 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/"