diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-10-16 10:12:26 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-10-16 10:25:38 -0500 |
commit | 4f5c0b397906ea906493ef16e3ae43de8f7d5ba7 (patch) | |
tree | d1e0c950ef2b3b6a3066333dcc0933b99f667ad0 /sys-apps | |
parent | net-irc/ircii: add 20230930 (diff) | |
download | gentoo-4f5c0b397906ea906493ef16e3ae43de8f7d5ba7.tar.gz gentoo-4f5c0b397906ea906493ef16e3ae43de8f7d5ba7.tar.bz2 gentoo-4f5c0b397906ea906493ef16e3ae43de8f7d5ba7.zip |
sys-apps/cpu-x: add missing test dep
Closes: https://bugs.gentoo.org/915806
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/cpu-x/cpu-x-4.5.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |