commit: 12f917d1a346fb94b28fa917d3e7111f06339bd7 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 14:32:58 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 14:32:58 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12f917d1
sci-biology/pb-jelly: Fix license; add missing [] Package-Manager: portage-2.2.15 --- sci-biology/pb-jelly/ChangeLog | 3 +++ sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-biology/pb-jelly/ChangeLog b/sci-biology/pb-jelly/ChangeLog index 7e85562..9ab6dfe 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 <[email protected]> pb-jelly-14.9.9.ebuild: + Fix license; add missing [] + *pb-jelly-14.9.9 (07 Jan 2015) 07 Jan 2015; Martin Mokrejs <[email protected]> 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 78ddcfe..3aaaf54 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}"
