mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-alternatives/gpg: Add a pass-through nls flag
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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(-)]
|
||||
|
||||
@@ -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(-)]
|
||||
|
||||
Reference in New Issue
Block a user