app-alternatives/gpg: Add a passthrough ssl flag

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44224
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-25 11:23:02 +02:00
parent 2e0b100ae7
commit dfe3715c18
2 changed files with 5 additions and 3 deletions

View File

@@ -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(-)]

View File

@@ -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(-)]