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 001E8139082 for ; Sun, 29 Jan 2017 11:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F52BE0D7F; Sun, 29 Jan 2017 11:59:44 +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 6F64CE0D7F for ; Sun, 29 Jan 2017 11:59:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EFCEE341667 for ; Sun, 29 Jan 2017 11:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFF439C6 for ; Sun, 29 Jan 2017 11:59:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485691163.b337019673d00ca95500994d5b2a269cb95ccb89.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bamtools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bamtools/bamtools-9999.ebuild X-VCS-Directories: sci-biology/bamtools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b337019673d00ca95500994d5b2a269cb95ccb89 X-VCS-Branch: master Date: Sun, 29 Jan 2017 11:59:29 +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: a8a5d62f-1eff-4ae4-9a33-6b870bced570 X-Archives-Hash: c13ab82d33f90214938be50171fcdb4a commit: b337019673d00ca95500994d5b2a269cb95ccb89 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 11:49:29 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 11:59:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3370196 sci-biology/bamtools: Drop unused digest Bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-biology/bamtools/bamtools-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/bamtools/bamtools-9999.ebuild b/sci-biology/bamtools/bamtools-9999.ebuild index f69a02c..fbb1ccd 100644 --- a/sci-biology/bamtools/bamtools-9999.ebuild +++ b/sci-biology/bamtools/bamtools-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils git-r3