From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 96C3559CA9 for ; Sun, 27 Mar 2016 22:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D6A21C006; Sun, 27 Mar 2016 22:40:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A63421C029 for ; Sun, 27 Mar 2016 22:40:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B6463409EC for ; Sun, 27 Mar 2016 22:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 705DC872 for ; Sun, 27 Mar 2016 22:40:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459118394.92e63bcc84ec47131ccefe4f6c7dc224ff43de41.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/samtools/samtools-1.1.ebuild X-VCS-Directories: sci-biology/samtools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 92e63bcc84ec47131ccefe4f6c7dc224ff43de41 X-VCS-Branch: master Date: Sun, 27 Mar 2016 22:40:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf912429-8919-4ce9-af67-32cdea545f81 X-Archives-Hash: 737f390cfa28fd8054d1f031be3118b0 commit: 92e63bcc84ec47131ccefe4f6c7dc224ff43de41 Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 22:32:37 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 22:39:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e63bcc sci-biology/samtools: Trim DESCRIPTION * Add sub-slot operator for 'sys-libs/ncurses' dependency Package-Manager: portage-2.2.28 sci-biology/samtools/samtools-1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/samtools/samtools-1.1.ebuild b/sci-biology/samtools/samtools-1.1.ebuild index 1f5b82a..235e27f 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}