summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-08 23:29:51 +0100
committerSam James <sam@gentoo.org>2023-06-08 23:34:26 +0100
commit1aa07c5aa1b6824103a8050c9cc32ae6c974dab4 (patch)
treeda83c65a3a8dfb9d79caefc2b458b378838b182a
parentsys-apps/ripgrep-all: use virtual/pandoc (diff)
downloadgentoo-1aa07c5a.tar.gz
gentoo-1aa07c5a.tar.bz2
gentoo-1aa07c5a.zip
sys-apps/exa: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/exa/exa-0.10.1.ebuild4
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"