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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75AB11581F2 for ; Sat, 14 Dec 2024 21:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5E6E08C4; Sat, 14 Dec 2024 21:37:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D619CE08C2 for ; Sat, 14 Dec 2024 21:37:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB6DC341DD0 for ; Sat, 14 Dec 2024 21:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D65FE96 for ; Sat, 14 Dec 2024 21:37:43 +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: <1734211955.48b7f12f876ed43257b8e74358945983a566e1de.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kguiaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild kde-frameworks/kguiaddons/kguiaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kguiaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48b7f12f876ed43257b8e74358945983a566e1de X-VCS-Branch: master Date: Sat, 14 Dec 2024 21:37:43 +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: 1c69d7cc-480c-4cd1-bfa2-aebe69721bc0 X-Archives-Hash: 7fabbb894e429e889be767e17146bd7b commit: 48b7f12f876ed43257b8e74358945983a566e1de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 12 22:47:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 14 21:32:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48b7f12f kde-frameworks/kguiaddons: Drop ECM_NONGUI=false and simply inherit xdg Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild | 3 +-- kde-frameworks/kguiaddons/kguiaddons-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild index d377c341c3..8fa47004ab 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild +++ b/kde-frameworks/kguiaddons/kguiaddons-6.9.0.ebuild @@ -3,10 +3,9 @@ EAPI=8 -ECM_NONGUI="false" ECM_PYTHON_BINDINGS="off" QTMIN=6.7.2 -inherit ecm frameworks.kde.org +inherit ecm frameworks.kde.org xdg DESCRIPTION="Framework providing assorted high-level user interface components" diff --git a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild index 288e3051c3..a873953c5e 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild +++ b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild @@ -3,10 +3,9 @@ EAPI=8 -ECM_NONGUI="false" ECM_PYTHON_BINDINGS="off" QTMIN=6.7.2 -inherit ecm frameworks.kde.org +inherit ecm frameworks.kde.org xdg DESCRIPTION="Framework providing assorted high-level user interface components"