diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-07 17:12:37 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-07 18:01:25 +0100 |
commit | f3155a1e1efbc0ce420e32922251f32515194802 (patch) | |
tree | 7090fe727c7aee67440b368aad84099bd85ea846 /app-i18n/man-pages-l10n | |
parent | sys-process/psmisc: Block against app-i18n/man-pages-l10n-4.0.0 (diff) | |
download | gentoo-f3155a1e1efbc0ce420e32922251f32515194802.tar.gz gentoo-f3155a1e1efbc0ce420e32922251f32515194802.tar.bz2 gentoo-f3155a1e1efbc0ce420e32922251f32515194802.zip |
app-i18n/man-pages-l10n: Block against sys-process/psmisc
Bug: https://bugs.gentoo.org/769002
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-i18n/man-pages-l10n')
-rw-r--r-- | app-i18n/man-pages-l10n/man-pages-l10n-4.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 8155d590847c..14b3afed15ab 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ IUSE="${MY_L10N[@]/#/l10n_}" REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )" RDEPEND="virtual/man + !>=sys-process/psmisc-23.4 l10n_de? ( !app-i18n/man-pages-de ) l10n_fr? ( !app-i18n/man-pages-fr ) l10n_nl? ( !app-i18n/man-pages-nl ) |