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 157D815800F for ; Mon, 30 Jan 2023 21:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5BDE0B64; Mon, 30 Jan 2023 21:01:41 +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 397AAE0B64 for ; Mon, 30 Jan 2023 21:01:41 +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 68D7B340C02 for ; Mon, 30 Jan 2023 21:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06850888 for ; Mon, 30 Jan 2023 21:01: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: <1675110530.5857f4a5a325d3af0ba34a19b9965ab7eca54a3a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5857f4a5a325d3af0ba34a19b9965ab7eca54a3a X-VCS-Branch: master Date: Mon, 30 Jan 2023 21:01: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: f376f953-2ada-4533-806e-b1cf47942917 X-Archives-Hash: fe672ae954f1e2a7664ca19672ef3dbe commit: 5857f4a5a325d3af0ba34a19b9965ab7eca54a3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 30 20:28:50 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 30 20:28:50 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5857f4a5 kde-apps/kopete: Remove skype from PROTOCOLS Upstream commits: 56460825f8c6145fe3c1873f6cc394359356e456 ac2ab0a35b4c219808bd4bd765dd41b058a84193 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kopete/kopete-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index e591c9c4de..9fd41cc6b3 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.ebuild @@ -58,7 +58,7 @@ PROTOCOLS="gadu groupwise meanwhile oscar testbed winpopup +xmpp zeroconf" # jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM # qq: NO DEPS # telepathy: net-libs/decibel -# skype, sms (until fixed) +# sms (until fixed) IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" @@ -158,7 +158,7 @@ src_configure() { done # disable until fixed: - mycmakeargs+=( -DWITH_{cryptography,libjingle,skype,sms}=OFF ) + mycmakeargs+=( -DWITH_{cryptography,libjingle,sms}=OFF ) # enable plugins for x in ${PLUGINS}; do