commit: e5ce549c694e952e624f1c4b2b751db1618294ec
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Apr 13 20:36:02 2019 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Apr 13 20:36:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e5ce549c
sci-biology/chiron: Fix RDEPEND issue
RDEPEND uses the = operator with no revision:
'=sci-libs/tensorflow-1.0.1';
if any revision is acceptable, use '~' instead;
if only -r0 then please append '-r0' to the dep
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
sci-biology/chiron/chiron-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/chiron/chiron-9999.ebuild
b/sci-biology/chiron/chiron-9999.ebuild
index cd99cb976..4294326ee 100644
--- a/sci-biology/chiron/chiron-9999.ebuild
+++ b/sci-biology/chiron/chiron-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 pypy )
@@ -17,6 +17,6 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND="=sci-libs/tensorflow-1.0.1"
+DEPEND="~sci-libs/tensorflow-1.0.1"
RDEPEND="${DEPEND}
dev-python/h5py"