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 194D415817D for ; Sun, 23 Jun 2024 02:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8572BC026; Sun, 23 Jun 2024 02:40:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF2492BC026 for ; Sun, 23 Jun 2024 02:40:37 +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 82C7E340C42 for ; Sun, 23 Jun 2024 02:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5E19BE for ; Sun, 23 Jun 2024 02:40:34 +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: <1719110404.c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/pinentry-1.2.1-r4.ebuild app-crypt/pinentry/pinentry-1.2.1-r6.ebuild app-crypt/pinentry/pinentry-1.2.1-r7.ebuild app-crypt/pinentry/pinentry-1.2.1-r8.ebuild app-crypt/pinentry/pinentry-1.3.0-r2.ebuild app-crypt/pinentry/pinentry-1.3.0-r3.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6 X-VCS-Branch: master Date: Sun, 23 Jun 2024 02:40:34 +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: 04789cd2-0310-4d83-b508-935c97040787 X-Archives-Hash: 475f955e3dbd4a5a9615858d685435bf commit: c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6 Author: Sam James gentoo org> AuthorDate: Sun Jun 23 02:40:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 23 02:40:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5efc67a app-crypt/pinentry: subscribe to libassuan subslot Signed-off-by: Sam James gentoo.org> .../pinentry/{pinentry-1.2.1-r4.ebuild => pinentry-1.2.1-r7.ebuild} | 2 +- .../pinentry/{pinentry-1.2.1-r6.ebuild => pinentry-1.2.1-r8.ebuild} | 2 +- .../pinentry/{pinentry-1.3.0-r2.ebuild => pinentry-1.3.0-r3.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/pinentry/pinentry-1.2.1-r4.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild similarity index 98% rename from app-crypt/pinentry/pinentry-1.2.1-r4.ebuild rename to app-crypt/pinentry/pinentry-1.2.1-r7.ebuild index 0cd3553fd4ca..1d1c3ad9f119 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r4.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) diff --git a/app-crypt/pinentry/pinentry-1.2.1-r6.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild similarity index 98% rename from app-crypt/pinentry/pinentry-1.2.1-r6.ebuild rename to app-crypt/pinentry/pinentry-1.2.1-r8.ebuild index 52f368ac9c0d..b44f3638784c 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r6.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) diff --git a/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild b/app-crypt/pinentry/pinentry-1.3.0-r3.ebuild similarity index 99% rename from app-crypt/pinentry/pinentry-1.3.0-r2.ebuild rename to app-crypt/pinentry/pinentry-1.3.0-r3.ebuild index 65cc9de488d3..33becb844949 100644 --- a/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild +++ b/app-crypt/pinentry/pinentry-1.3.0-r3.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ IUSE="caps efl emacs gtk keyring ncurses qt5 qt6 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] )