From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 181BD15ACFB for ; Wed, 19 Apr 2023 13:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47317E0894; Wed, 19 Apr 2023 13:04:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26DF7E0894 for ; Wed, 19 Apr 2023 13:04:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 262AE335C0D for ; Wed, 19 Apr 2023 13:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92F7141 for ; Wed, 19 Apr 2023 13:04:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1681909244.e089a42ebec80565a2093bf43d55016fb50b164c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/highlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/highlight/highlight-4.1.ebuild X-VCS-Directories: app-text/highlight/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e089a42ebec80565a2093bf43d55016fb50b164c X-VCS-Branch: master Date: Wed, 19 Apr 2023 13:04:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8380046b-8af5-4386-89d5-1a48b8c088f1 X-Archives-Hash: f081d01a189be94b5c8a6ee0edd4fa13 commit: e089a42ebec80565a2093bf43d55016fb50b164c Author: Pacho Ramos gentoo org> AuthorDate: Wed Apr 19 13:00:44 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Apr 19 13:00:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e089a42e app-text/highlight: Update desktop and icons caches Signed-off-by: Pacho Ramos gentoo.org> 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 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/"