summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-03-28 00:32:37 +0200
committerDavid Seifert <soap@gentoo.org>2016-03-28 00:39:54 +0200
commit92e63bcc84ec47131ccefe4f6c7dc224ff43de41 (patch)
treec895ae72faaa10d33e83ef32fb8fbe7781c2f7b0 /sci-biology
parentsci-biology/samtools: Trim DESCRIPTION (diff)
downloadgentoo-92e63bcc84ec47131ccefe4f6c7dc224ff43de41.tar.gz
gentoo-92e63bcc84ec47131ccefe4f6c7dc224ff43de41.tar.bz2
gentoo-92e63bcc84ec47131ccefe4f6c7dc224ff43de41.zip
sci-biology/samtools: Trim DESCRIPTION
* Add sub-slot operator for 'sys-libs/ncurses' dependency Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/samtools/samtools-1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/samtools/samtools-1.1.ebuild b/sci-biology/samtools/samtools-1.1.ebuild
index 1f5b82ab4602..235e27f491ef 100644
--- a/sci-biology/samtools/samtools-1.1.ebuild
+++ b/sci-biology/samtools/samtools-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit eutils multilib python-r1 toolchain-funcs
-DESCRIPTION="Utilities for SAM (Sequence Alignment/Map), a format for large nucleotide sequence alignments"
+DESCRIPTION="Utilities for analysing and manipulating the SAM/BAM alignment formats"
HOMEPAGE="http://www.htslib.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -20,7 +20,7 @@ IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
CDEPEND="
- sys-libs/ncurses
+ sys-libs/ncurses:0=
~sci-libs/htslib-${PV}"
RDEPEND="${CDEPEND}