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 4B3B31581D3 for ; Fri, 17 May 2024 16:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84AB1E2A5C; Fri, 17 May 2024 16:40:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 62AEDE2A5C for ; Fri, 17 May 2024 16:40:08 +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 78606335DC8 for ; Fri, 17 May 2024 16:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F3E1AD6 for ; Fri, 17 May 2024 16:40:05 +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: <1715963788.9dad5ecbb7461a4808b53936991abdfcd0a9273a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ksirk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ksirk/ksirk-9999.ebuild X-VCS-Directories: kde-apps/ksirk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9dad5ecbb7461a4808b53936991abdfcd0a9273a X-VCS-Branch: master Date: Fri, 17 May 2024 16:40:05 +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: 3bee9d23-80dc-4867-8e49-9c166b367826 X-Archives-Hash: 3935db647545c595adcd3efbf0b69534 commit: 9dad5ecbb7461a4808b53936991abdfcd0a9273a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 17 16:36:28 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 17 16:36:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9dad5ecb kde-apps/ksirk: Drop unused cmake arg Upstream commit b1931952f385b751ebfc44e17a4dea78b8ccb20c Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ksirk/ksirk-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kde-apps/ksirk/ksirk-9999.ebuild b/kde-apps/ksirk/ksirk-9999.ebuild index d6452b1b4b..24d95a17c0 100644 --- a/kde-apps/ksirk/ksirk-9999.ebuild +++ b/kde-apps/ksirk/ksirk-9999.ebuild @@ -40,11 +40,3 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_JABBER_SUPPORT=$(usex xmpp) - ) - - ecm_src_configure -}