commit: ac9acd5a0d59d8fe3791d8f5230744c52e397711
Author: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator <DOT> liu
<DOT> se>
AuthorDate: Sun Aug 1 08:06:37 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 08:07:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9acd5a
sys-cluster/fti: fix repoman error with "tests" USE flag
Renamed the "tests" USE flag in metadata.xml to "test", which is
what the ebuild actually uses.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator.liu.se>
sys-cluster/fti/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/fti/metadata.xml b/sys-cluster/fti/metadata.xml
index 1214879fe..1c078d89e 100644
--- a/sys-cluster/fti/metadata.xml
+++ b/sys-cluster/fti/metadata.xml
@@ -20,6 +20,6 @@ FTI stands for Fault Tolerance Interface and is a library
that aims to give comp
<flag name="hdf5">Enables the HDF5 checkpoints for FTI</flag>
<flag name="tutorial">Enables the generation of tutorial files</flag>
<flag name="fi-io">Enables the I/O failure injection mechanism</flag>
- <flag name="tests">Enables the generation of tests</flag>
+ <flag name="test">Enables the generation of tests</flag>
</use>
</pkgmetadata>