mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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(-)]
|
||||
|
||||
@@ -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(-)]
|
||||
|
||||
Reference in New Issue
Block a user