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 D369913908F for ; Sun, 29 Jan 2017 14:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28AD6142DF; Sun, 29 Jan 2017 14:20:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0C847142DF for ; Sun, 29 Jan 2017 14:20:53 +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 3C4EB341650 for ; Sun, 29 Jan 2017 14:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E4F539E2 for ; Sun, 29 Jan 2017 14:20:49 +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: <1485698657.7ede6a900846d17f08c7b9f62238b0a810b1b49f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/flexbar/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/flexbar/flexbar-2.4.ebuild X-VCS-Directories: sci-biology/flexbar/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7ede6a900846d17f08c7b9f62238b0a810b1b49f X-VCS-Branch: master Date: Sun, 29 Jan 2017 14:20:49 +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: a181bd8f-2208-4f3d-8f01-c72d659026c1 X-Archives-Hash: 84aa290e9c83d0b7b33e13d4b4599cf9 commit: 7ede6a900846d17f08c7b9f62238b0a810b1b49f Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 14:04:17 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 14:04:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ede6a90 sci-biology/flexbar: QA fixes Bump to6 EAPI add missing slot operator Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-biology/flexbar/flexbar-2.4.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-biology/flexbar/flexbar-2.4.ebuild b/sci-biology/flexbar/flexbar-2.4.ebuild index bcbe2c3..a096164 100644 --- a/sci-biology/flexbar/flexbar-2.4.ebuild +++ b/sci-biology/flexbar/flexbar-2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 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 @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="" IUSE="" -CDEPEND="dev-cpp/tbb - >=sci-biology/seqan-1.4.1" +CDEPEND=" + dev-cpp/tbb + >=sci-biology/seqan-1.4.1:0" DEPEND="${CDEPEND}" RDEPEND="${CDEPEND}"