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:13
Message-Id: 1459118392.9de6d48e56e90183b53d6bab2e82d288a9cc0792.soap@gentoo
1 commit: 9de6d48e56e90183b53d6bab2e82d288a9cc0792
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 22:31:29 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:39:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de6d48e
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.0-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/samtools/samtools-1.0-r1.ebuild b/sci-biology/samtools/samtools-1.0-r1.ebuild
18 index 279801c..a85053c 100644
19 --- a/sci-biology/samtools/samtools-1.0-r1.ebuild
20 +++ b/sci-biology/samtools/samtools-1.0-r1.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"
43
44 RDEPEND="${CDEPEND}