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 D2F9215808D for ; Sat, 23 Apr 2022 21:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C9B2E092D; Sat, 23 Apr 2022 21:34:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1CAA2E0938 for ; Sat, 23 Apr 2022 21:34:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79522341E6D for ; Sat, 23 Apr 2022 21:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21B7435 for ; Sat, 23 Apr 2022 21:34: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: <1650749641.97429e00c81aefcf00def32e5ecba29b25ac3d2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.3.4-r2.ebuild app-crypt/gnupg/gnupg-2.3.4-r3.ebuild app-crypt/gnupg/gnupg-2.3.5-r1.ebuild app-crypt/gnupg/gnupg-2.3.5.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97429e00c81aefcf00def32e5ecba29b25ac3d2d X-VCS-Branch: master Date: Sat, 23 Apr 2022 21:34: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: 13af84c9-d8b2-481b-9dec-6cc8db9aecdb X-Archives-Hash: c09f543911c27a80d88b667bf02e16c9 commit: 97429e00c81aefcf00def32e5ecba29b25ac3d2d Author: Christopher Byrne gmail com> AuthorDate: Sat Apr 23 19:34:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 23 21:34:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97429e00 app-crypt/gnupg: Add sublot operator to app-crypt/tpm2-tss dep Signed-off-by: Christopher Byrne gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/gnupg/{gnupg-2.3.4-r2.ebuild => gnupg-2.3.4-r3.ebuild} | 2 +- app-crypt/gnupg/{gnupg-2.3.5.ebuild => gnupg-2.3.5-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/gnupg/gnupg-2.3.4-r2.ebuild b/app-crypt/gnupg/gnupg-2.3.4-r3.ebuild similarity index 99% rename from app-crypt/gnupg/gnupg-2.3.4-r2.ebuild rename to app-crypt/gnupg/gnupg-2.3.4-r3.ebuild index ae1c94f31494..0a3104b6851c 100644 --- a/app-crypt/gnupg/gnupg-2.3.4-r2.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.4-r3.ebuild @@ -34,7 +34,7 @@ DEPEND=">=dev-libs/libassuan-2.5.0 readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:1 ) ) tofu? ( >=dev-db/sqlite-3.27 ) - tpm? ( >=app-crypt/tpm2-tss-2.4.0 ) + tpm? ( >=app-crypt/tpm2-tss-2.4.0:= ) ssl? ( >=net-libs/gnutls-3.0:0= ) sys-libs/zlib " diff --git a/app-crypt/gnupg/gnupg-2.3.5.ebuild b/app-crypt/gnupg/gnupg-2.3.5-r1.ebuild similarity index 99% rename from app-crypt/gnupg/gnupg-2.3.5.ebuild rename to app-crypt/gnupg/gnupg-2.3.5-r1.ebuild index ae1c94f31494..0a3104b6851c 100644 --- a/app-crypt/gnupg/gnupg-2.3.5.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.5-r1.ebuild @@ -34,7 +34,7 @@ DEPEND=">=dev-libs/libassuan-2.5.0 readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:1 ) ) tofu? ( >=dev-db/sqlite-3.27 ) - tpm? ( >=app-crypt/tpm2-tss-2.4.0 ) + tpm? ( >=app-crypt/tpm2-tss-2.4.0:= ) ssl? ( >=net-libs/gnutls-3.0:0= ) sys-libs/zlib "