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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79655158041 for ; Sun, 3 Mar 2024 11:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 868C2E2AF0; Sun, 3 Mar 2024 11:34:11 +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 62AF3E2AF0 for ; Sun, 3 Mar 2024 11:34:11 +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 4CED033EB78 for ; Sun, 3 Mar 2024 11:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5AA14A2 for ; Sun, 3 Mar 2024 11:34:08 +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: <1709465498.d4eab124243257e4da9107b029f15b1e7d9ba2db.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/kile/kile-9999.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4eab124243257e4da9107b029f15b1e7d9ba2db X-VCS-Branch: master Date: Sun, 3 Mar 2024 11:34:08 +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: fd5580bd-c82c-4425-99ea-75e6d7a61a43 X-Archives-Hash: d789014aa2c2c25c53ea905edc163fbe commit: d4eab124243257e4da9107b029f15b1e7d9ba2db Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 11:31:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 11:31:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4eab124 app-editors/kile: Minor style fix Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/kile/kile-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild index fbd6bb058a..def5f8a063 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -15,6 +15,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" fi @@ -60,8 +61,6 @@ RDEPEND="${DEPEND} DOCS=( kile-remote-control.txt ) -S=${WORKDIR}/${MY_P} - PATCHES=( "${FILESDIR}/${PN}-2.9.93_p20221123-cmake.patch" ) src_configure() {