From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8D9F1395E2 for ; Sat, 3 Dec 2016 18:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B3A21C012; Sat, 3 Dec 2016 18:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 748A621C012 for ; Sat, 3 Dec 2016 18:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 132F934112A for ; Sat, 3 Dec 2016 18:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72F95498 for ; Sat, 3 Dec 2016 18:47:53 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1480790856.00c696ea8f4123f5992f4e674db071c4cde8a136.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/maker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/maker/maker-2.31.8.ebuild X-VCS-Directories: sci-biology/maker/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 00c696ea8f4123f5992f4e674db071c4cde8a136 X-VCS-Branch: master Date: Sat, 3 Dec 2016 18:47:53 +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: 66012a91-0758-4364-82c1-153fb909c433 X-Archives-Hash: 0d15b2ab986daaa64c37614e849d1e73 commit: 00c696ea8f4123f5992f4e674db071c4cde8a136 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Dec 3 18:47:36 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Dec 3 18:47:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=00c696ea sci-biology/maker: record required augustus version actually Package-Manager: portage-2.3.2 sci-biology/maker/maker-2.31.8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/maker/maker-2.31.8.ebuild b/sci-biology/maker/maker-2.31.8.ebuild index 17661aa..58b30cf 100644 --- a/sci-biology/maker/maker-2.31.8.ebuild +++ b/sci-biology/maker/maker-2.31.8.ebuild @@ -42,8 +42,11 @@ DEPEND=" sci-biology/ncbi-tools || ( sci-biology/ncbi-tools++ ) sci-biology/snap sci-biology/exonerate - sci-biology/augustus + >=sci-biology/augustus-2.0 sci-biology/repeatmasker" + #sci-biology/GeneMark_ES-bin + #sci-biology/GeneMark_S-bin + #>=sci-biology/FGENESH-bin-2.4 (not in gentoo yet) RDEPEND="${DEPEND}" # dev-perl/forks-shared ?