commit: 98c310534caae1915891d38701ab1d15d1bae636 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Apr 24 20:23:29 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Apr 25 12:01:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c31053
net-misc/hath: shell tests need sys-apps/grep[pcre] Closes: https://bugs.gentoo.org/930541 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> net-misc/hath/hath-0.5.8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/hath/hath-0.5.8.ebuild b/net-misc/hath/hath-0.5.8.ebuild index e3bd3cee062a..80c9fd8405e9 100644 --- a/net-misc/hath/hath-0.5.8.ebuild +++ b/net-misc/hath/hath-0.5.8.ebuild @@ -23,7 +23,10 @@ RDEPEND=">=dev-haskell/cmdargs-0.10:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.0.0.0 - test? ( dev-util/shelltestrunner ) + test? ( + dev-util/shelltestrunner + sys-apps/grep[pcre] + ) " src_install() {
