commit:     3f85d74886bd2349d66353e35fd902730e2cf8d7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 17:43:37 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 17:43:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f85d748

Fix missing test in IUSE and missing dep in python

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 sci-biology/biopieces/ChangeLog             | 3 +++
 sci-biology/biopieces/biopieces-9999.ebuild | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-biology/biopieces/ChangeLog b/sci-biology/biopieces/ChangeLog
index db06e76..615109a 100644
--- a/sci-biology/biopieces/ChangeLog
+++ b/sci-biology/biopieces/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Mar 2015; Justin Lecher <[email protected]> biopieces-9999.ebuild:
+  Fix missing test in IUSE and missing dep in python
+
   18 Feb 2015; Justin Lecher <[email protected]> -Manifest, 
biopieces-9999.ebuild:
   sci-biology/biopieces: fix SLOT operators; correct ruby and python deps
 

diff --git a/sci-biology/biopieces/biopieces-9999.ebuild 
b/sci-biology/biopieces/biopieces-9999.ebuild
index d33a63f..0e3731d 100644
--- a/sci-biology/biopieces/biopieces-9999.ebuild
+++ b/sci-biology/biopieces/biopieces-9999.ebuild
@@ -25,13 +25,13 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
+IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 #    Ruby terminal-table ?
 
-DEPEND="
+CDEPEND="${PYTHON_DEPS}
        >=dev-lang/perl-5.8
        dev-perl/libwww-perl
        dev-perl/Bit-Vector
@@ -51,13 +51,15 @@ DEPEND="
        virtual/perl-DB_File
        virtual/perl-Time-HiRes"
 
+DEPEND="${CDEPEND}"
+
 ruby_add_bdepend "dev-ruby/RubyInline"
 ruby_add_rdepend "dev-ruby/gnuplot dev-ruby/narray"
 
 # sci-biology/vmatch # http://www.vmatch.de/ # fecth restrict
 # sci-biology/usearch-bin # http://www.drive5.com/usearch/ # fecth restrict
 
-RDEPEND="${DEPEND}
+RDEPEND="${CDEPEND}
        sci-biology/ncbi-tools
        sci-biology/muscle
        sci-biology/mummer

Reply via email to