sci-biology/samtools: Trim DESCRIPTION
authorDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 22:33:48 +0000 (00:33 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 22:39:56 +0000 (00:39 +0200)
* Add sub-slot operator for 'sys-libs/ncurses' dependency

Package-Manager: portage-2.2.28

sci-biology/samtools/samtools-1.2.ebuild

index 3a999e01e86502dd2ceb24822ccf690f419710e3..c905fc98ec4755f0dea97108026098e8e7d93f5c 100644 (file)
@@ -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}