commit:     b4ed4b3dc7977bc337a22d72776d2540dc001676
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 13:27:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 13:27:46 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4ed4b3d

sci-biology/ncbi-blast+: fix SLOT operators; correct python deps

Package-Manager: portage-2.2.17

---
 sci-biology/ncbi-blast+/ChangeLog                 |  3 +++
 sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/sci-biology/ncbi-blast+/ChangeLog 
b/sci-biology/ncbi-blast+/ChangeLog
index 0e7a67d..0da59fd 100644
--- a/sci-biology/ncbi-blast+/ChangeLog
+++ b/sci-biology/ncbi-blast+/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Feb 2015; Justin Lecher <j...@gentoo.org> ncbi-blast+-2.2.30.ebuild:
+  sci-biology/ncbi-blast+: fix SLOT operators; correct python deps
+
   15 Jan 2015; Christoph Junghans <ott...@gentoo.org> metadata.xml:
   added use flags to metadata.xml
 

diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild 
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
index 6b95dc4..498a6af 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
@@ -4,7 +4,9 @@
 
 EAPI=5
 
-inherit eutils flag-o-matic multilib toolchain-funcs
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs
 
 MY_PV="2.2.30"
 MY_P="ncbi-blast-${PV}+-src"
@@ -30,6 +32,8 @@ IUSE="
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 #KEYWORDS=""
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 # sys-libs/db should be compiled with USE=cxx
 DEPEND="
        !sci-biology/ncbi-tools++
@@ -37,7 +41,7 @@ DEPEND="
        berkdb? ( sys-libs/db:4.3[cxx] )
        boost? ( dev-libs/boost )
        curl? ( net-misc/curl )
-       sqlite? ( dev-db/sqlite )
+       sqlite? ( dev-db/sqlite:0 )
        sqlite3? ( dev-db/sqlite:3 )
        mysql? ( virtual/mysql )
        fltk? ( x11-libs/fltk )
@@ -47,7 +51,7 @@ DEPEND="
        freetype? ( media-libs/freetype )
        fastcgi? ( www-apache/mod_fastcgi )
        gnutls? ( net-libs/gnutls )
-       python? ( dev-lang/python )
+       python? ( ${PYTHON_DEPS} )
        cppunit? ( dev-util/cppunit )
        icu? ( dev-libs/icu )
        expat? ( dev-libs/expat )
@@ -59,9 +63,9 @@ DEPEND="
        muparser? ( dev-cpp/muParser )
        hdf5? ( sci-libs/hdf5[cxx] )
        gif? ( media-libs/giflib )
-       jpeg? ( virtual/jpeg )
-       png? ( media-libs/libpng )
-       tiff? ( media-libs/tiff )
+       jpeg? ( virtual/jpeg:0= )
+       png? ( media-libs/libpng:0= )
+       tiff? ( media-libs/tiff:0= )
        xpm? ( x11-libs/libXpm )
        dev-libs/lzo
        app-arch/bzip2

Reply via email to