Gentoo Archives: gentoo-commits

From: Karl-Johan Karlsson <creideiki+gentoo-guru@×××××××××××.se>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/
Date: Sun, 01 Aug 2021 08:08:25
Message-Id: 1627805263.ac9acd5a0d59d8fe3791d8f5230744c52e397711.creideiki+gentoo-guru@gentoo
1 commit: ac9acd5a0d59d8fe3791d8f5230744c52e397711
2 Author: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator <DOT> liu <DOT> se>
3 AuthorDate: Sun Aug 1 08:06:37 2021 +0000
4 Commit: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator <DOT> liu <DOT> se>
5 CommitDate: Sun Aug 1 08:07:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9acd5a
7
8 sys-cluster/fti: fix repoman error with "tests" USE flag
9
10 Renamed the "tests" USE flag in metadata.xml to "test", which is
11 what the ebuild actually uses.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator.liu.se>
15
16 sys-cluster/fti/metadata.xml | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-cluster/fti/metadata.xml b/sys-cluster/fti/metadata.xml
20 index 1214879fe..1c078d89e 100644
21 --- a/sys-cluster/fti/metadata.xml
22 +++ b/sys-cluster/fti/metadata.xml
23 @@ -20,6 +20,6 @@ FTI stands for Fault Tolerance Interface and is a library that aims to give comp
24 <flag name="hdf5">Enables the HDF5 checkpoints for FTI</flag>
25 <flag name="tutorial">Enables the generation of tutorial files</flag>
26 <flag name="fi-io">Enables the I/O failure injection mechanism</flag>
27 - <flag name="tests">Enables the generation of tests</flag>
28 + <flag name="test">Enables the generation of tests</flag>
29 </use>
30 </pkgmetadata>