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 2D225158232 for ; Fri, 6 Dec 2024 20:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1AFE09BD; Fri, 6 Dec 2024 20:28:29 +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 5CD28E09BD for ; Fri, 6 Dec 2024 20:28:29 +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 77C1F335DCD for ; Fri, 6 Dec 2024 20:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CDA3AED for ; Fri, 6 Dec 2024 20:28:27 +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: <1733516893.5327502a438ed0b2de80faf784c1d0ccc8ea44ff.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kxmlgui/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild kde-frameworks/kxmlgui/kxmlgui-9999.ebuild X-VCS-Directories: kde-frameworks/kxmlgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5327502a438ed0b2de80faf784c1d0ccc8ea44ff X-VCS-Branch: master Date: Fri, 6 Dec 2024 20:28:27 +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: 13d2079e-13a0-445a-bf71-d0f0c81f0fcc X-Archives-Hash: 0e14084a2f01cdf031c389eaa3b0b821 commit: 5327502a438ed0b2de80faf784c1d0ccc8ea44ff Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 6 20:28:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 6 20:28:13 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5327502a kde-frameworks/kxmlgui: Set ECM_PYTHON_BINDINGS=off Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild | 1 + kde-frameworks/kxmlgui/kxmlgui-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild b/kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild index ebbd137198..6483a88e94 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild +++ b/kde-frameworks/kxmlgui/kxmlgui-6.9.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_DESIGNERPLUGIN="true" +ECM_PYTHON_BINDINGS="off" PVCUT=$(ver_cut 1-2) QTMIN=6.7.2 inherit ecm frameworks.kde.org diff --git a/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild b/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild index 5ef817848e..818f6eb7a8 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild +++ b/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_DESIGNERPLUGIN="true" +ECM_PYTHON_BINDINGS="off" PVCUT=$(ver_cut 1-2) QTMIN=6.7.2 inherit ecm frameworks.kde.org