commit:     28b090c7641311b9044da2f5ed72f82d7c66930c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 05:17:43 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May  1 05:20:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b090c7

app-text/tree: Block against man-pages-l10n

The French manpage collides.

Bug: https://bugs.gentoo.org/905380
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 75fc979ed4ec..3bfcf36cde72 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,8 +15,7 @@ IUSE=""
 
 S=${WORKDIR}/unix-${P}
 
-RDEPEND=""
-DEPEND=""
+RDEPEND="!app-i18n/man-pages-l10n[l10n_fr]"
 
 src_compile() {
        append-lfs-flags

Reply via email to