From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22503139695 for ; Sun, 21 May 2017 20:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 710A0E0D6F; Sun, 21 May 2017 20:06:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5225CE0D6F for ; Sun, 21 May 2017 20:06:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73CE03416C9 for ; Sun, 21 May 2017 20:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 131DE7446 for ; Sun, 21 May 2017 20:06:26 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1495396970.7c2ca86886bf5a690ffb05fa6fb8d0d563a7569f.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/htslib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/htslib/htslib-1.3.2.ebuild X-VCS-Directories: sci-libs/htslib/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 7c2ca86886bf5a690ffb05fa6fb8d0d563a7569f X-VCS-Branch: master Date: Sun, 21 May 2017 20:06:26 +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: ce78a823-7ebd-498a-b3bf-b8e06a533bbf X-Archives-Hash: 952d28354805e92c0aa78d431798209e commit: 7c2ca86886bf5a690ffb05fa6fb8d0d563a7569f Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun May 21 20:02:50 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun May 21 20:02:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c2ca868 sci-libs/htslib: note version lib along the SLOT Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/htslib/htslib-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/htslib/htslib-1.3.2.ebuild b/sci-libs/htslib/htslib-1.3.2.ebuild index f4c042bbf..5e27a462b 100644 --- a/sci-libs/htslib/htslib-1.3.2.ebuild +++ b/sci-libs/htslib/htslib-1.3.2.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries" HOMEPAGE="http://www.htslib.org/" SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" -SLOT="0" +SLOT="1.4" # libhts.so.1.4 LICENSE="MIT" KEYWORDS="" IUSE="static-libs"