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 3AC9315808C 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 684FBE07DF; Thu, 17 Feb 2022 19:00:16 +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 94131E07DF for ; Thu, 17 Feb 2022 19:00:14 +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 6EEF2342CE8 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 84BA62DD 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: <1645124127.3d3f156c806652672c40ea028001b4e7e408eabc.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d3f156c806652672c40ea028001b4e7e408eabc 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: c27f0807-05cf-4679-a2f6-d95165caeba0 X-Archives-Hash: 0c1ff313206cf4583d76d2b3bc77aa06 commit: 3d3f156c806652672c40ea028001b4e7e408eabc Author: Sam James gentoo org> AuthorDate: Thu Feb 17 18:55:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 17 18:55:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d3f156c kde-apps/kleopatra: add subslot dependency on gpgme gpgme broke ABI Signed-off-by: Sam James gentoo.org> kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild | 2 +- kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild index 04f08b3bae..19abfec1b2 100644 --- a/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild @@ -20,7 +20,7 @@ KEYWORDS="" IUSE="" DEPEND=" - >=app-crypt/gpgme-1.16.0[cxx,qt5] + >=app-crypt/gpgme-1.16.0:=[cxx,qt5] dev-libs/boost:= dev-libs/libassuan dev-libs/libgpg-error diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 04f08b3bae..19abfec1b2 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -20,7 +20,7 @@ KEYWORDS="" IUSE="" DEPEND=" - >=app-crypt/gpgme-1.16.0[cxx,qt5] + >=app-crypt/gpgme-1.16.0:=[cxx,qt5] dev-libs/boost:= dev-libs/libassuan dev-libs/libgpg-error