From: Andreas Sturmlechner Date: Wed, 15 Aug 2018 09:49:42 +0000 (+0200) Subject: sci-libs/silo: QA: Fix REQUIRED_USE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=76d9f3bdb7554ddef74e656d26774ac2ccffec40;p=gentoo.git sci-libs/silo: QA: Fix REQUIRED_USE Package-Manager: Portage-2.3.46, Repoman-2.3.10 --- diff --git a/sci-libs/silo/silo-4.10.2-r1.ebuild b/sci-libs/silo/silo-4.10.2-r1.ebuild index b8c03cde0cde..61b8b07e7d19 100644 --- a/sci-libs/silo/silo-4.10.2-r1.ebuild +++ b/sci-libs/silo/silo-4.10.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PN SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86" -IUSE="hdf5 +silex static-libs qt5 test" +IUSE="hdf5 +silex static-libs +qt5 test" REQUIRED_USE="silex? ( qt5 )"