commit:     b05b672525e2cf3c50a50aa44c1c492916cec691
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 04:34:17 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 04:53:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05b6725

app-i18n/man-pages-l10n: Revert use-default for L10N flags

Closes: https://bugs.gentoo.org/959796
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...{man-pages-l10n-4.26.2.ebuild => man-pages-l10n-4.26.2-r1.ebuild} | 3 ++-
 ...{man-pages-l10n-4.27.0.ebuild => man-pages-l10n-4.27.0-r1.ebuild} | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.26.2.ebuild 
b/app-i18n/man-pages-l10n/man-pages-l10n-4.26.2-r1.ebuild
similarity index 95%
rename from app-i18n/man-pages-l10n/man-pages-l10n-4.26.2.ebuild
rename to app-i18n/man-pages-l10n/man-pages-l10n-4.26.2-r1.ebuild
index e111fd2df778..4b0fc6cf0ab5 100644
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.26.2.ebuild
+++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.26.2-r1.ebuild
@@ -13,8 +13,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 # fa omitted because of build failures (patches are welcome!)
 MY_L10N=(cs da de el es fi fr hu id it ko mk nb nl pl pt-BR ro ru sr sv uk vi)
-IUSE="${MY_L10N[@]/#/+l10n_}"
+IUSE="${MY_L10N[@]/#/l10n_}"
 # require at least one language lest we install an empty package
+# pkgcheck warning: RequiredUseDefaults
 REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
 
 RDEPEND="virtual/man

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.27.0.ebuild 
b/app-i18n/man-pages-l10n/man-pages-l10n-4.27.0-r1.ebuild
similarity index 89%
rename from app-i18n/man-pages-l10n/man-pages-l10n-4.27.0.ebuild
rename to app-i18n/man-pages-l10n/man-pages-l10n-4.27.0-r1.ebuild
index 5038418a7583..aaf8edd99f4e 100644
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.27.0.ebuild
+++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.27.0-r1.ebuild
@@ -13,8 +13,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 # fa omitted because of build failures (patches are welcome!)
 MY_L10N=(cs da de el es fi fr hu id it ko mk nb nl pl pt-BR ro ru sr sv uk vi)
-IUSE="${MY_L10N[@]/#/+l10n_}"
-# require at least one language lest we install an empty package
+IUSE="${MY_L10N[@]/#/l10n_}"
+# Require at least one language, otherwise the package would be empty.
+# Unfortunately, this triggers a RequiredUseDefaults pkgcheck warning.
 REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
 
 RDEPEND="virtual/man

Reply via email to