commit:     950de6e1da9705dcf04c102362e511ad00a2daa6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 13:40:01 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 13:40:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950de6e1

sys-apps/ripgrep-all: add missing test deps

Closes: https://bugs.gentoo.org/930686
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild 
b/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild
index 9f9a29a79660..aba72ce549b9 100644
--- a/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild
+++ b/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild
@@ -262,11 +262,20 @@ LICENSE+=" 0BSD Apache-2.0 BSD MIT Unicode-DFS-2016"
 SLOT="0"
 KEYWORDS="~amd64"
 
+IUSE="test"
+RESTRICT="!test? ( test )"
+
 RDEPEND="
        app-arch/xz-utils
        sys-apps/ripgrep
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+       ${RDEPEND}
+       test? (
+               app-text/poppler
+               virtual/pandoc
+       )
+"
 
 QA_FLAGS_IGNORED="
        usr/bin/rga

Reply via email to