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:40
Message-Id: 1612717285.f3155a1e1efbc0ce420e32922251f32515194802.ulm@gentoo
1 commit: f3155a1e1efbc0ce420e32922251f32515194802
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 16:12:37 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 17:01:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3155a1e
7
8 app-i18n/man-pages-l10n: Block against sys-process/psmisc
9
10 Bug: https://bugs.gentoo.org/769002
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild b/app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild
18 index 8155d590847..14b3afed15a 100644
19 --- a/app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild
20 +++ b/app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -18,6 +18,7 @@ IUSE="${MY_L10N[@]/#/l10n_}"
28 REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
29
30 RDEPEND="virtual/man
31 + !>=sys-process/psmisc-23.4
32 l10n_de? ( !app-i18n/man-pages-de )
33 l10n_fr? ( !app-i18n/man-pages-fr )
34 l10n_nl? ( !app-i18n/man-pages-nl )