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: sys-apps/man-pages/
Date: Sun, 07 Feb 2021 17:01:40
Message-Id: 1612717286.f8390263741d7ccdcabb694708df241e9d9bcab5.ulm@gentoo
1 commit: f8390263741d7ccdcabb694708df241e9d9bcab5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 17:01:14 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=f8390263
7
8 sys-apps/man-pages: Add USE dependencies on app-i18n/man-pages-l10n
9
10 For l10n_pt-BR and l10n_ro.
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 sys-apps/man-pages/man-pages-5.10.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/man-pages/man-pages-5.10.ebuild b/sys-apps/man-pages/man-pages-5.10.ebuild
19 index c17bf455343..2a296f092cd 100644
20 --- a/sys-apps/man-pages/man-pages-5.10.ebuild
21 +++ b/sys-apps/man-pages/man-pages-5.10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
29 LICENSE="man-pages GPL-2+ BSD"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
32 -IUSE_L10N=" de fr it ja nl pl ru zh-CN"
33 +IUSE_L10N=" de fr it ja nl pl pt-BR ro ru zh-CN"
34 IUSE="${IUSE_L10N// / l10n_}"
35 RESTRICT="binchecks"
36
37 @@ -32,6 +32,8 @@ PDEPEND="
38 l10n_ja? ( app-i18n/man-pages-ja )
39 l10n_nl? ( app-i18n/man-pages-l10n[l10n_nl] )
40 l10n_pl? ( app-i18n/man-pages-l10n[l10n_pl] )
41 + l10n_pt-BR? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_pt-BR] )
42 + l10n_ro? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_ro] )
43 l10n_ru? ( app-i18n/man-pages-ru )
44 l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
45 sys-apps/man-pages-posix