commit: 4f5c0b397906ea906493ef16e3ae43de8f7d5ba7 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Mon Oct 16 15:12:26 2023 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Mon Oct 16 15:25:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5c0b39
sys-apps/cpu-x: add missing test dep Closes: https://bugs.gentoo.org/915806 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-apps/cpu-x/cpu-x-4.5.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/cpu-x/cpu-x-4.5.3.ebuild b/sys-apps/cpu-x/cpu-x-4.5.3.ebuild index bcd8a36360ce..09a6bef8d7cb 100644 --- a/sys-apps/cpu-x/cpu-x-4.5.3.ebuild +++ b/sys-apps/cpu-x/cpu-x-4.5.3.ebuild @@ -35,6 +35,7 @@ COMMON_DEPEND=" DEPEND=" test? ( + sys-apps/grep[pcre] sys-apps/mawk sys-apps/nawk )
