aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-25 20:47:29 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-25 20:47:29 +0100
commit972f733505af7a14479981ad6386f58561195d2b (patch)
treece0a2d74472e6b4ae8d578dfd9f97bef9aa4edb1
parentsci-mathematics/pulp: Fix typo (diff)
parentugene-1.20.0 needs qtscript[scripttools] (diff)
downloadsci-972f7335.tar.gz
sci-972f7335.tar.bz2
sci-972f7335.zip
Merge branch 'stharward-master'
* stharward-master: ugene-1.20.0 needs qtscript[scripttools]
-rw-r--r--sci-biology/ugene/ugene-1.20.0.ebuild3
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"