diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-01 07:17:43 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-01 07:20:02 +0200 |
commit | 28b090c7641311b9044da2f5ed72f82d7c66930c (patch) | |
tree | 44b0e76bc0746b8cb9d0e1dce80f85883fec36b1 /app-text/tree | |
parent | dev-python/sqlalchemy: Stabilize 1.4.48 amd64, #905394 (diff) | |
download | gentoo-28b090c7641311b9044da2f5ed72f82d7c66930c.tar.gz gentoo-28b090c7641311b9044da2f5ed72f82d7c66930c.tar.bz2 gentoo-28b090c7641311b9044da2f5ed72f82d7c66930c.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/tree')
-rw-r--r-- | app-text/tree/tree-2.0.4.ebuild | 5 |
1 files 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 |