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 D226A15827B for ; Sun, 17 Aug 2025 20:00:31 +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 918C0340C98 for ; Sun, 17 Aug 2025 20:00:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 84AD2110280; Sun, 17 Aug 2025 20:00: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 bobolink.gentoo.org (Postfix) with ESMTPS id 7BC8C110280 for ; Sun, 17 Aug 2025 20:00: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 35EDF33BF39 for ; Sun, 17 Aug 2025 20:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FEF9317B for ; Sun, 17 Aug 2025 20:00:26 +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: <1755460773.4fb73df94d60702bfe96394fa5a1c2b6ca4fd6db.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/rocs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/rocs/rocs-9999.ebuild X-VCS-Directories: kde-apps/rocs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4fb73df94d60702bfe96394fa5a1c2b6ca4fd6db X-VCS-Branch: master Date: Sun, 17 Aug 2025 20:00:26 +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: f4567848-1e09-4c81-9bef-a5feeb38bee2 X-Archives-Hash: 9c79f5e8f195dd87a744f002e035673a commit: 4fb73df94d60702bfe96394fa5a1c2b6ca4fd6db Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 17 19:59:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 17 19:59:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4fb73df9 kde-apps/rocs: Add missing xdg Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/rocs/rocs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/rocs/rocs-9999.ebuild b/kde-apps/rocs/rocs-9999.ebuild index e65dfdb503..f0fbd6f7f0 100644 --- a/kde-apps/rocs/rocs-9999.ebuild +++ b/kde-apps/rocs/rocs-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=6.16.0 QTMIN=6.9.1 -inherit ecm gear.kde.org +inherit ecm gear.kde.org xdg DESCRIPTION="Interface to work with Graph Theory" HOMEPAGE="https://apps.kde.org/rocs/"