aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-04-13 22:36:02 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-04-13 22:36:02 +0200
commite5ce549c694e952e624f1c4b2b751db1618294ec (patch)
tree7149dff8073375492be32d738589a9a458831420
parentsci-mathematics/dolfin: Fix RDEPEND.suspect (diff)
downloadsci-e5ce549c694e952e624f1c4b2b751db1618294ec.tar.gz
sci-e5ce549c694e952e624f1c4b2b751db1618294ec.tar.bz2
sci-e5ce549c694e952e624f1c4b2b751db1618294ec.zip
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@fold.natur.cuni.cz>
-rw-r--r--sci-biology/chiron/chiron-9999.ebuild6
1 files 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"