commit: 7ede6a900846d17f08c7b9f62238b0a810b1b49f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:04:17 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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}"