commit: 1aa07c5aa1b6824103a8050c9cc32ae6c974dab4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 22:29:51 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 22:34:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa07c5a
sys-apps/exa: use virtual/pandoc Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/exa/exa-0.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild index 6d9b05e7933a..82ca0f998a2a 100644 --- a/sys-apps/exa/exa-0.10.1.ebuild +++ b/sys-apps/exa/exa-0.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -86,7 +86,7 @@ IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )" RDEPEND="${DEPEND}" -BDEPEND+="man? ( >=app-text/pandoc-2.11.3 )" +BDEPEND+="man? ( virtual/pandoc )" QA_FLAGS_IGNORED="/usr/bin/exa"