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 19D2915808B for ; Thu, 24 Feb 2022 11:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74132E0869; Thu, 24 Feb 2022 11:10:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01729E086A for ; Thu, 24 Feb 2022 11:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95DDF342EC8 for ; Thu, 24 Feb 2022 11:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9292C31C for ; Thu, 24 Feb 2022 11:10:19 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1645689294.ee008d9b041fe09cbb42a7019cb52c00afad8c08.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtksourceview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild X-VCS-Directories: gui-libs/gtksourceview/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ee008d9b041fe09cbb42a7019cb52c00afad8c08 X-VCS-Branch: master Date: Thu, 24 Feb 2022 11:10:19 +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: 537a30c6-36b6-4890-b71e-e19760d5fd14 X-Archives-Hash: 2aa2fe1bcdaaf8a12f59903fac74471e commit: ee008d9b041fe09cbb42a7019cb52c00afad8c08 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Feb 24 07:54:54 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Feb 24 07:54:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee008d9b gui-libs/gtksourceview: update icon cache Closes: https://bugs.gentoo.org/833957 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild b/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild index 78194f89f..3f0dccbaa 100644 --- a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild +++ b/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 VALA_MIN_API_VERSION="0.52" -inherit gnome.org meson vala virtualx +inherit gnome.org meson vala virtualx xdg DESCRIPTION="GTK 4 syntax highlighting widget" HOMEPAGE="https://gitlab.gnome.org/GNOME/gtksourceview"