diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-15 11:49:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-15 12:37:23 +0200 |
commit | 76d9f3bdb7554ddef74e656d26774ac2ccffec40 (patch) | |
tree | d7fdcbfb780c0c5074f1591d2c12574ba1c2def6 /sci-libs | |
parent | games-emulation/ppsspp: Add missing dependencies (diff) | |
download | gentoo-76d9f3bdb7554ddef74e656d26774ac2ccffec40.tar.gz gentoo-76d9f3bdb7554ddef74e656d26774ac2ccffec40.tar.bz2 gentoo-76d9f3bdb7554ddef74e656d26774ac2ccffec40.zip |
sci-libs/silo: QA: Fix REQUIRED_USE
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/silo/silo-4.10.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |