commit: 6042b1d8f336aebf1238e99b0f2435e0ede338f7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 22:29:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 22:34:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6042b1d8
sys-apps/ripgrep-all: use virtual/pandoc Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/ripgrep-all/ripgrep-all-0.9.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/ripgrep-all/ripgrep-all-0.9.6-r1.ebuild b/sys-apps/ripgrep-all/ripgrep-all-0.9.6-r1.ebuild index 957085f9a6a0..6a773526b7e3 100644 --- a/sys-apps/ripgrep-all/ripgrep-all-0.9.6-r1.ebuild +++ b/sys-apps/ripgrep-all/ripgrep-all-0.9.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Partially auto-generated by cargo-ebuild 0.3.1 @@ -195,7 +195,7 @@ QA_FLAGS_IGNORED=" " pkg_postinst() { - optfeature "pandoc support" app-text/pandoc + optfeature "pandoc support" virtual/pandoc optfeature "pdf support" app-text/poppler optfeature "media support" media-video/ffmpeg }