diff options
author | 2013-07-17 07:09:45 +0000 | |
---|---|---|
committer | 2013-07-17 07:09:45 +0000 | |
commit | 3344e9d34d68a8c9eef5d2e8af15c304ef5faefc (patch) | |
tree | fe17ee8c9ed9740fcd10b74d6f5e92d8f7e49096 /sci-biology/seqan | |
parent | sci-biology/bowtie: Version Bump (diff) | |
download | gentoo-2-3344e9d34d68a8c9eef5d2e8af15c304ef5faefc.tar.gz gentoo-2-3344e9d34d68a8c9eef5d2e8af15c304ef5faefc.tar.bz2 gentoo-2-3344e9d34d68a8c9eef5d2e8af15c304ef5faefc.zip |
sci-biology/seqan: Add missing dep
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/seqan')
-rw-r--r-- | sci-biology/seqan/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/seqan/seqan-1.3.1-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/seqan/ChangeLog b/sci-biology/seqan/ChangeLog index b3758da1e149..02a4845e6eca 100644 --- a/sci-biology/seqan/ChangeLog +++ b/sci-biology/seqan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/seqan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.3 2013/05/29 16:07:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.4 2013/07/17 07:09:45 jlec Exp $ + + 17 Jul 2013; Justin Lecher <jlec@gentoo.org> seqan-1.3.1-r1.ebuild: + Add missing dep 29 May 2013; Justin Lecher <jlec@gentoo.org> seqan-1.3.1-r1.ebuild: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild b/sci-biology/seqan/seqan-1.3.1-r1.ebuild index 956fbc2a4131..952c5e5e7761 100644 --- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild +++ b/sci-biology/seqan/seqan-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.2 2013/05/29 16:07:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.3 2013/07/17 07:09:45 jlec Exp $ EAPI=5 @@ -19,7 +19,8 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS}" +RDEPEND="${PYTHON_DEPS} + sci-biology/samtools" DEPEND="${RDEPEND}" S="${WORKDIR}"/${P}/cmake |