aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-01-10 15:32:58 +0100
committerJustin Lecher <jlec@gentoo.org>2015-01-10 15:32:58 +0100
commit12f917d1a346fb94b28fa917d3e7111f06339bd7 (patch)
treec4efb08464742713f9ac2ec1766d6da4e6e5b971
parentsci-biology/pb-honey: Fix license; add missing [] (diff)
downloadsci-12f917d1a346fb94b28fa917d3e7111f06339bd7.tar.gz
sci-12f917d1a346fb94b28fa917d3e7111f06339bd7.tar.bz2
sci-12f917d1a346fb94b28fa917d3e7111f06339bd7.zip
sci-biology/pb-jelly: Fix license; add missing []
Package-Manager: portage-2.2.15
-rw-r--r--sci-biology/pb-jelly/ChangeLog3
-rw-r--r--sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild7
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/pb-jelly/ChangeLog b/sci-biology/pb-jelly/ChangeLog
index 7e85562f4..9ab6dfea8 100644
--- a/sci-biology/pb-jelly/ChangeLog
+++ b/sci-biology/pb-jelly/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Jan 2015; Justin Lecher <jlec@gentoo.org> pb-jelly-14.9.9.ebuild:
+ Fix license; add missing []
+
*pb-jelly-14.9.9 (07 Jan 2015)
07 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild b/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild
index 78ddcfe39..3aaaf54e4 100644
--- a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild
+++ b/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild
@@ -12,11 +12,12 @@ DESCRIPTION="Close gaps using PacBio RS or 454 FLX+ reads"
HOMEPAGE="https://www.hgsc.bcm.edu/software/jelly"
SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBSuite_14.9.9.tgz -> pb-jelly-14.9.9.tgz"
-LICENSE=""
+LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND="sci-biology/blasr
- <=dev-python/networkx-1.1" # upstream says "Versions past v1.1 have been shown to have many issues."
+DEPEND="
+ sci-biology/blasr
+ <=dev-python/networkx-1.1[${PYTHON_USEDEP}]" # upstream says "Versions past v1.1 have been shown to have many issues."
RDEPEND="${DEPEND}"