commit:     78c6293d63b417b9ff1bdb98d8f57051997c0a72
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:53:54 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 17:01:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c6293d

app-i18n/man-pages-l10n: Drop l10n_es and l10n_it support

These translations are still incomplete and fail to build.

Closes: https://bugs.gentoo.org/769314
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild 
b/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild
index 8e25070f8a7..4e729d0cd02 100644
--- a/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild
+++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild
@@ -12,14 +12,14 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-MY_L10N=(de es fr it nl pl pt-BR ro)
+# build failure for es and it, so omit them for now #769314
+MY_L10N=(de fr nl pl pt-BR ro)
 IUSE="${MY_L10N[@]/#/l10n_}"
 REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
 
 RDEPEND="virtual/man
        l10n_de? ( !app-i18n/man-pages-de )
        l10n_fr? ( !app-i18n/man-pages-fr )
-       l10n_it? ( !app-i18n/man-pages-it )
        l10n_nl? ( !app-i18n/man-pages-nl )
        l10n_pl? ( !app-i18n/man-pages-pl )"
 

Reply via email to