Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/silo/
Date: Wed, 15 Aug 2018 10:37:43
Message-Id: 1534329443.76d9f3bdb7554ddef74e656d26774ac2ccffec40.asturm@gentoo
1 commit: 76d9f3bdb7554ddef74e656d26774ac2ccffec40
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 09:49:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:37:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d9f3bd
7
8 sci-libs/silo: QA: Fix REQUIRED_USE
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 sci-libs/silo/silo-4.10.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/silo/silo-4.10.2-r1.ebuild b/sci-libs/silo/silo-4.10.2-r1.ebuild
16 index b8c03cde0cd..61b8b07e7d1 100644
17 --- a/sci-libs/silo/silo-4.10.2-r1.ebuild
18 +++ b/sci-libs/silo/silo-4.10.2-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PN
20 SLOT="0"
21 LICENSE="BSD"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="hdf5 +silex static-libs qt5 test"
24 +IUSE="hdf5 +silex static-libs +qt5 test"
25
26 REQUIRED_USE="silex? ( qt5 )"