From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11FE158974 for ; Mon, 25 Jan 2016 19:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B4E21C016; Mon, 25 Jan 2016 19:47:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D24DB21C016 for ; Mon, 25 Jan 2016 19:47:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0E25340B35 for ; Mon, 25 Jan 2016 19:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2821018 for ; Mon, 25 Jan 2016 19:47:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453750390.3efd1a49d9fc70a792e91a369e005484af7ccd24.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ugene/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ugene/ugene-1.20.0.ebuild X-VCS-Directories: sci-biology/ugene/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3efd1a49d9fc70a792e91a369e005484af7ccd24 X-VCS-Branch: master Date: Mon, 25 Jan 2016 19:47:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc56c58e-86a0-4510-886a-9628bd530389 X-Archives-Hash: e818296dbe277707e5f2bdab5a981452 commit: 3efd1a49d9fc70a792e91a369e005484af7ccd24 Author: Soren Harward gmail com> AuthorDate: Mon Jan 25 19:33:10 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 25 19:33:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3efd1a49 ugene-1.20.0 needs qtscript[scripttools] workflow_designer plugin needs QtScriptTools, so make this flag mandatory. Tested with qtscript-5.5.1. sci-biology/ugene/ugene-1.20.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/ugene/ugene-1.20.0.ebuild b/sci-biology/ugene/ugene-1.20.0.ebuild index f1d6648..99719c8 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"