Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/
Date: Sun, 27 Mar 2016 22:40:16
Message-Id: 1459118394.92e63bcc84ec47131ccefe4f6c7dc224ff43de41.soap@gentoo
1 commit: 92e63bcc84ec47131ccefe4f6c7dc224ff43de41
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 22:32:37 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:39:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e63bcc
7
8 sci-biology/samtools: Trim DESCRIPTION
9
10 * Add sub-slot operator for 'sys-libs/ncurses' dependency
11
12 Package-Manager: portage-2.2.28
13
14 sci-biology/samtools/samtools-1.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/samtools/samtools-1.1.ebuild b/sci-biology/samtools/samtools-1.1.ebuild
18 index 1f5b82a..235e27f 100644
19 --- a/sci-biology/samtools/samtools-1.1.ebuild
20 +++ b/sci-biology/samtools/samtools-1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
28
29 inherit eutils multilib python-r1 toolchain-funcs
30
31 -DESCRIPTION="Utilities for SAM (Sequence Alignment/Map), a format for large nucleotide sequence alignments"
32 +DESCRIPTION="Utilities for analysing and manipulating the SAM/BAM alignment formats"
33 HOMEPAGE="http://www.htslib.org/"
34 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
35
36 @@ -20,7 +20,7 @@ IUSE="examples"
37 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38
39 CDEPEND="
40 - sys-libs/ncurses
41 + sys-libs/ncurses:0=
42 ~sci-libs/htslib-${PV}"
43
44 RDEPEND="${CDEPEND}