commit: ada3dc7cc9fc016471f4dd0e3afd60c180a32d63
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 01:28:50 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 31 01:28:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada3dc7c
dev-python/python-gnupg: fix NLS dep
The comment was there but the dep was lost. See
d26972097440f165fedc9f9687942e7ffb02c1a8.
Fixes: 0aeaaab2b3e0e9c9a46901b7e1358bbbd56396c4
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{python-gnupg-0.5.5-r1.ebuild => python-gnupg-0.5.5-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-gnupg/python-gnupg-0.5.5-r1.ebuild
b/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
similarity index 93%
rename from dev-python/python-gnupg/python-gnupg-0.5.5-r1.ebuild
rename to dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
index 5aa02c0fa92f..76b390b612ff 100644
--- a/dev-python/python-gnupg/python-gnupg-0.5.5-r1.ebuild
+++ b/dev-python/python-gnupg/python-gnupg-0.5.5-r2.ebuild
@@ -29,8 +29,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc
ppc64 ~riscv ~spar
# w/ e.g. sec-keys/openpgp-keys-gentoo-developers but other pkgs too.
DEPEND="
|| (
- app-alternatives/gpg[reference]
- app-alternatives/gpg[freepg(-)]
+ app-alternatives/gpg[nls,reference]
+ app-alternatives/gpg[nls,freepg(-)]
)
"
RDEPEND="