diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-10-12 22:41:54 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-10-12 22:59:41 +0200 |
commit | 3c8862d3d97c4cc21f519d7f3b56492db2f19be7 (patch) | |
tree | 9c8b2f335e19bd9807ab5f3da92465b826556cba /app-benchmarks/stress-ng | |
parent | www-client/microsoft-edge-beta: remove old (diff) | |
download | gentoo-3c8862d3d97c4cc21f519d7f3b56492db2f19be7.tar.gz gentoo-3c8862d3d97c4cc21f519d7f3b56492db2f19be7.tar.bz2 gentoo-3c8862d3d97c4cc21f519d7f3b56492db2f19be7.zip |
app-benchmarks/stress-ng: fix README
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks/stress-ng')
-rw-r--r-- | app-benchmarks/stress-ng/stress-ng-0.13.05.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.05.ebuild b/app-benchmarks/stress-ng/stress-ng-0.13.05.ebuild index 309cd350a1c7..ec9f38a8fde6 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.13.05.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.13.05.ebuild @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND}" -DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) +DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" ) src_compile() { export MAN_COMPRESS=0 |