aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-26 10:04:05 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-26 10:04:05 +0100
commit10567ec0e1f9425addc0d67efd262017f9162d00 (patch)
tree1581709213e313cebf90cf4a24d71b96e2374f6e
parentsci-biology/scbi_mapreduce: Drop obsolete ruby version (diff)
downloadsci-10567ec0.tar.gz
sci-10567ec0.tar.bz2
sci-10567ec0.zip
sci-biology/scbi_plot: Drop obsolete ruby version
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
index 8a59643d5..90ff08680 100644
--- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
+++ b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-USE_RUBY="ruby20 ruby21"
+EAPI=6
+
+USE_RUBY="ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
@@ -17,7 +18,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ruby/hoe-2.8.0
+DEPEND="
+ >=dev-ruby/hoe-2.8.0
>=dev-ruby/rdoc-4.0"
RDEPEND="${DEPEND}
>=sci-visualization/gnuplot-2.3.0"