diff options
author | Sam James <sam@gentoo.org> | 2023-06-08 23:29:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-08 23:34:26 +0100 |
commit | 1aa07c5aa1b6824103a8050c9cc32ae6c974dab4 (patch) | |
tree | da83c65a3a8dfb9d79caefc2b458b378838b182a /sys-apps/exa | |
parent | sys-apps/ripgrep-all: use virtual/pandoc (diff) | |
download | gentoo-1aa07c5aa1b6824103a8050c9cc32ae6c974dab4.tar.gz gentoo-1aa07c5aa1b6824103a8050c9cc32ae6c974dab4.tar.bz2 gentoo-1aa07c5aa1b6824103a8050c9cc32ae6c974dab4.zip |
sys-apps/exa: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/exa')
-rw-r--r-- | sys-apps/exa/exa-0.10.1.ebuild | 4 |
1 files 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" |