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 B5BF215808C for ; Thu, 17 Feb 2022 19:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CAEE083E; Thu, 17 Feb 2022 19:00:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924D4E081A for ; Thu, 17 Feb 2022 19:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D6A3342CA9 for ; Thu, 17 Feb 2022 19:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B3632CB for ; Thu, 17 Feb 2022 19:00:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645124073.c8f5da8f77a47c9e196c1df559b9f9bda3ec757e.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-21.12.49.9999.ebuild kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8f5da8f77a47c9e196c1df559b9f9bda3ec757e X-VCS-Branch: master Date: Thu, 17 Feb 2022 19:00: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: aea69c0f-f3c6-44fd-bbaf-3207ab9dfb43 X-Archives-Hash: ff47e3d70ca7818643f59e97fee76e1c commit: c8f5da8f77a47c9e196c1df559b9f9bda3ec757e Author: Sam James gentoo org> AuthorDate: Thu Feb 17 18:54:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 17 18:54:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8f5da8f kde-apps/kopete: add subslot dependency on gpgme gpgme broke ABI Signed-off-by: Sam James gentoo.org> kde-apps/kopete/kopete-21.12.49.9999.ebuild | 2 +- kde-apps/kopete/kopete-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kopete/kopete-21.12.49.9999.ebuild b/kde-apps/kopete/kopete-21.12.49.9999.ebuild index 42405e9785..cc32abbea6 100644 --- a/kde-apps/kopete/kopete-21.12.49.9999.ebuild +++ b/kde-apps/kopete/kopete-21.12.49.9999.ebuild @@ -63,7 +63,7 @@ PROTOCOLS="gadu groupwise meanwhile oscar testbed winpopup +xmpp zeroconf" IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMON_DEPEND=" - app-crypt/gpgme[cxx,qt5] + app-crypt/gpgme:=[cxx,qt5] dev-libs/libpcre >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index 42405e9785..cc32abbea6 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.ebuild @@ -63,7 +63,7 @@ PROTOCOLS="gadu groupwise meanwhile oscar testbed winpopup +xmpp zeroconf" IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMON_DEPEND=" - app-crypt/gpgme[cxx,qt5] + app-crypt/gpgme:=[cxx,qt5] dev-libs/libpcre >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5