app-alternatives/gpg: Add a pass-through nls flag

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-29 19:09:26 +01:00
parent da7ed5462c
commit d269720974
2 changed files with 5 additions and 5 deletions

View File

@@ -4,14 +4,14 @@
EAPI=8
ALTERNATIVES=(
"reference:>=app-crypt/gnupg-2.4.8-r1[alternatives(-),ssl?]"
"reference:>=app-crypt/gnupg-2.4.8-r1[alternatives(-),nls?,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"
IUSE="nls ssl"
RDEPEND="
!app-crypt/gnupg[-alternatives(-)]

View File

@@ -4,8 +4,8 @@
EAPI=8
ALTERNATIVES=(
"reference:>=app-crypt/gnupg-2.4.8-r1[alternatives(-),ssl?]"
"freepg:app-crypt/freepg[ssl?]"
"reference:>=app-crypt/gnupg-2.4.8-r1[alternatives(-),nls?,ssl?]"
"freepg:app-crypt/freepg[nls?,ssl?]"
"sequoia:app-crypt/sequoia-chameleon-gnupg"
)
@@ -13,7 +13,7 @@ inherit app-alternatives
DESCRIPTION="gpg symlink"
KEYWORDS="~amd64"
IUSE="ssl"
IUSE="nls ssl"
RDEPEND="
!app-crypt/gnupg[-alternatives(-)]