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 139A315802C for ; Tue, 17 Dec 2024 17:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE38E081E; Tue, 17 Dec 2024 17:56:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B6A54E081E for ; Tue, 17 Dec 2024 17:56:40 +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 AB94C335DC7 for ; Tue, 17 Dec 2024 17:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 471F116A1 for ; Tue, 17 Dec 2024 17:56:38 +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: <1734458184.dfb724c40bc747239a13bb847a834d060e0cbc4b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfb724c40bc747239a13bb847a834d060e0cbc4b X-VCS-Branch: master Date: Tue, 17 Dec 2024 17:56:38 +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: 57249789-35b8-4f7c-871c-e00e7282f7e8 X-Archives-Hash: 886ec0c1f0f69bd8271c7b6b01df6076 commit: dfb724c40bc747239a13bb847a834d060e0cbc4b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 17 17:55:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 17 17:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb724c4 dev-libs/plasma-wayland-protocols: Fix src_configure() phase Closes: https://bugs.gentoo.org/946574 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild | 2 +- .../plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild index ad0d538fed5b..4ce6cc4bde0f 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild @@ -25,7 +25,7 @@ BDEPEND=" ) " -ecm_src_configure() { +src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild index d83e0fd9b802..c8424eda5d2a 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild @@ -29,7 +29,7 @@ BDEPEND=" test? ( dev-util/wayland-scanner ) " -ecm_src_configure() { +src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass