From dfe3715c189c93e32e409adae776a9c295bba2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Oct 2025 11:23:02 +0200 Subject: [PATCH] app-alternatives/gpg: Add a passthrough ssl flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://github.com/gentoo/gentoo/pull/44224 Signed-off-by: Michał Górny --- app-alternatives/gpg/gpg-0.ebuild | 3 ++- app-alternatives/gpg/gpg-1.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-alternatives/gpg/gpg-0.ebuild b/app-alternatives/gpg/gpg-0.ebuild index 8715c060be65a..f71ced85b7ee1 100644 --- a/app-alternatives/gpg/gpg-0.ebuild +++ b/app-alternatives/gpg/gpg-0.ebuild @@ -4,13 +4,14 @@ EAPI=8 ALTERNATIVES=( - "reference:app-crypt/gnupg[alternatives(-)]" + "reference:app-crypt/gnupg[alternatives(-),ssl?]" ) inherit app-alternatives DESCRIPTION="gpg symlink" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="ssl" RDEPEND=" !app-crypt/gnupg[-alternatives(-)] diff --git a/app-alternatives/gpg/gpg-1.ebuild b/app-alternatives/gpg/gpg-1.ebuild index 7a8c283099212..e924d7967169a 100644 --- a/app-alternatives/gpg/gpg-1.ebuild +++ b/app-alternatives/gpg/gpg-1.ebuild @@ -4,8 +4,8 @@ EAPI=8 ALTERNATIVES=( - "reference:app-crypt/gnupg[alternatives(-)]" - "freepg:app-crypt/freepg" + "reference:app-crypt/gnupg[alternatives(-),ssl?]" + "freepg:app-crypt/freepg[ssl?]" "sequoia:app-crypt/sequoia-chameleon-gnupg" ) @@ -13,6 +13,7 @@ inherit app-alternatives DESCRIPTION="gpg symlink" KEYWORDS="~amd64" +IUSE="ssl" RDEPEND=" !app-crypt/gnupg[-alternatives(-)]