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 EA6DC158095 for ; Sun, 9 Oct 2022 21:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D188EE07EE; Sun, 9 Oct 2022 21:12:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA03BE0839 for ; Sun, 9 Oct 2022 21:12:22 +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 AC96D340F39 for ; Sun, 9 Oct 2022 21:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F82608 for ; Sun, 9 Oct 2022 21:12:20 +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: <1665349928.1a9a4a206d078813dbae058425f27180f821373d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.17.1-r1.ebuild app-crypt/gpgme/gpgme-1.17.1-r2.ebuild app-crypt/gpgme/gpgme-1.18.0-r1.ebuild app-crypt/gpgme/gpgme-1.18.0-r2.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a9a4a206d078813dbae058425f27180f821373d X-VCS-Branch: master Date: Sun, 9 Oct 2022 21:12:20 +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: 09171dcd-eea5-4f68-9296-c86b9ed7d4cd X-Archives-Hash: ae3702b47b9945f1741b615d9b7a4786 commit: 1a9a4a206d078813dbae058425f27180f821373d Author: Sam James gentoo org> AuthorDate: Sun Oct 9 21:11:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 9 21:12:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9a4a20 app-crypt/gpgme: depend on libgpg-error which installs gpg-error-config which in turn ensures we provide gpgme-config. See bug for more details. Closes: https://bugs.gentoo.org/699206 Signed-off-by: Sam James gentoo.org> .../gpgme/{gpgme-1.17.1-r1.ebuild => gpgme-1.17.1-r2.ebuild} | 8 +++++++- .../gpgme/{gpgme-1.18.0-r1.ebuild => gpgme-1.18.0-r2.ebuild} | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild b/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild similarity index 93% rename from app-crypt/gpgme/gpgme-1.17.1-r1.ebuild rename to app-crypt/gpgme/gpgme-1.17.1-r2.ebuild index 221743c8a6dd..574a602ef261 100644 --- a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.17.1-r2.ebuild @@ -29,10 +29,16 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="common-lisp static-libs +cxx python qt5 test" RESTRICT="!test? ( test )" -# Note: On each bump, update dep bounds on each version from configure.ac! +# - On each bump, update dep bounds on each version from configure.ac! +# - Quirky libgpg-error dep for bug #699206 (change in recent libgpg-error +# made gpgme stop installing gpgme-config) RDEPEND=">=app-crypt/gnupg-2 >=dev-libs/libassuan-2.5.3:= >=dev-libs/libgpg-error-1.36:= + || ( + >=dev-libs/libgpg-error-1.46-r1 +