Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-l10n/
Date: Sun, 07 Feb 2021 17:01:41
Message-Id: 1612717286.78c6293d63b417b9ff1bdb98d8f57051997c0a72.ulm@gentoo
1 commit: 78c6293d63b417b9ff1bdb98d8f57051997c0a72
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 16:53:54 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 17:01:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c6293d
7
8 app-i18n/man-pages-l10n: Drop l10n_es and l10n_it support
9
10 These translations are still incomplete and fail to build.
11
12 Closes: https://bugs.gentoo.org/769314
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 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
20 index 8e25070f8a7..4e729d0cd02 100644
21 --- a/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild
22 +++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.2.0.ebuild
23 @@ -12,14 +12,14 @@ S="${WORKDIR}/${MY_P}"
24 LICENSE="GPL-3+"
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
27 -MY_L10N=(de es fr it nl pl pt-BR ro)
28 +# build failure for es and it, so omit them for now #769314
29 +MY_L10N=(de fr nl pl pt-BR ro)
30 IUSE="${MY_L10N[@]/#/l10n_}"
31 REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
32
33 RDEPEND="virtual/man
34 l10n_de? ( !app-i18n/man-pages-de )
35 l10n_fr? ( !app-i18n/man-pages-fr )
36 - l10n_it? ( !app-i18n/man-pages-it )
37 l10n_nl? ( !app-i18n/man-pages-nl )
38 l10n_pl? ( !app-i18n/man-pages-pl )"