diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-10-24 11:10:11 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-12-11 21:53:40 +0100 |
commit | e851a507222a4e4d0a104919cce436c07ec4d203 (patch) | |
tree | 075d1f434e24d56efc69130c0978f074cf096552 /app-benchmarks/ioping/metadata.xml | |
parent | app-benchmarks/ioping: version bump to v1.1. (diff) | |
download | gentoo-e851a507222a4e4d0a104919cce436c07ec4d203.tar.gz gentoo-e851a507222a4e4d0a104919cce436c07ec4d203.tar.bz2 gentoo-e851a507222a4e4d0a104919cce436c07ec4d203.zip |
app-benchmarks/ioping: introduce USE flag netdata.
netdata USE applies patch [1] necessary for netdata support.
[1] https://github.com/koct9i/ioping/pull/41
Closes: https://bugs.gentoo.org/693596
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-benchmarks/ioping/metadata.xml')
-rw-r--r-- | app-benchmarks/ioping/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-benchmarks/ioping/metadata.xml b/app-benchmarks/ioping/metadata.xml index 24e9747fb52f..f1fd644784b8 100644 --- a/app-benchmarks/ioping/metadata.xml +++ b/app-benchmarks/ioping/metadata.xml @@ -12,4 +12,7 @@ <remote-id type="google-code">ioping</remote-id> <remote-id type="github">koct9i/ioping</remote-id> </upstream> + <use> + <flag name="netdata">Add support for netdata</flag> + </use> </pkgmetadata> |