diff options
author | Soren Harward <stharward@gmail.com> | 2016-01-25 14:33:10 -0500 |
---|---|---|
committer | Soren Harward <stharward@gmail.com> | 2016-01-25 14:33:10 -0500 |
commit | 3efd1a49d9fc70a792e91a369e005484af7ccd24 (patch) | |
tree | ce0a2d74472e6b4ae8d578dfd9f97bef9aa4edb1 | |
parent | sci-mathematics/pulp: Fix typo (diff) | |
download | sci-3efd1a49d9fc70a792e91a369e005484af7ccd24.tar.gz sci-3efd1a49d9fc70a792e91a369e005484af7ccd24.tar.bz2 sci-3efd1a49d9fc70a792e91a369e005484af7ccd24.zip |
ugene-1.20.0 needs qtscript[scripttools]
workflow_designer plugin needs QtScriptTools, so make this flag
mandatory. Tested with qtscript-5.5.1.
-rw-r--r-- | sci-biology/ugene/ugene-1.20.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/ugene/ugene-1.20.0.ebuild b/sci-biology/ugene/ugene-1.20.0.ebuild index f1d6648aa..99719c803 100644 --- a/sci-biology/ugene/ugene-1.20.0.ebuild +++ b/sci-biology/ugene/ugene-1.20.0.ebuild @@ -19,7 +19,8 @@ IUSE="cpu_flags_x86_sse2" # Project MESSAGE: Cannot build Unipro UGENE with Qt version 4.8.7 # Project ERROR: Use at least Qt 5.2.1. DEPEND=" - >=dev-qt/qtgui-5.2.1" + >=dev-qt/qtgui-5.2.1 + >=dev-qt/qtscript-5.2.1[scripttools]" RDEPEND="${DEPEND}" LANGS="cs en ru zh" |