From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id F08331584AD for ; Sun, 27 Apr 2025 21:21:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E01DC343434 for ; Sun, 27 Apr 2025 21:21:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D9C99110280; Sun, 27 Apr 2025 21:21:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D1C85110280 for ; Sun, 27 Apr 2025 21:21:23 +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 90FCF343433 for ; Sun, 27 Apr 2025 21:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5691F6A for ; Sun, 27 Apr 2025 21:21:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745788867.602ba1e1f6e33e4964ff75202061ab2eac84f96e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/kdbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild X-VCS-Directories: dev-debug/kdbg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 602ba1e1f6e33e4964ff75202061ab2eac84f96e X-VCS-Branch: master Date: Sun, 27 Apr 2025 21:21:21 +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: 3d2f5b10-6550-4ebc-b8fd-5f757cf24b73 X-Archives-Hash: 1472a4a271227435bbc60218e1374936 commit: 602ba1e1f6e33e4964ff75202061ab2eac84f96e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 27 21:02:34 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 27 21:21:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602ba1e1 dev-debug/kdbg: Add missing xdg handling Closes: https://bugs.gentoo.org/954837 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild b/dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild index de9a311f996b..74303154d897 100644 --- a/dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild +++ b/dev-debug/kdbg/kdbg-3.1.0_p20250406.ebuild @@ -8,7 +8,7 @@ PATCHSET="${P}-patchset.tar.xz" ECM_HANDBOOK="true" KFMIN=6.9.0 QTMIN=6.8.1 -inherit ecm +inherit ecm xdg DESCRIPTION="Graphical debugger interface" HOMEPAGE="https://www.kdbg.org/"