Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/
Date: Tue, 30 Jul 2019 15:13:02
Message-Id: 1564499558.850a2ef5912c262b4ccd99c20c1c7d5c12b52bd9.tamiko@gentoo
1 commit: 850a2ef5912c262b4ccd99c20c1c7d5c12b52bd9
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 15:12:07 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 15:12:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850a2ef5
7
8 sci-libs/sundials: remove dangling whitespace in metadata.xml
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sci-libs/sundials/metadata.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/sundials/metadata.xml b/sci-libs/sundials/metadata.xml
17 index b4735cc5086..a817ac12feb 100644
18 --- a/sci-libs/sundials/metadata.xml
19 +++ b/sci-libs/sundials/metadata.xml
20 @@ -17,6 +17,6 @@
21 <use>
22 <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
23 <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
24 - <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
25 + <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
26 </use>
27 </pkgmetadata>