aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-26 10:09:32 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-26 10:09:32 +0100
commitd8abdea197617d5ea6d5504350eac70374eb0eb6 (patch)
treef154db4ef6b0b70fb63840460fe23ca5e5e6242d
parentsci-biology/scbi_plot: Drop obsolete ruby version (diff)
downloadsci-d8abdea197617d5ea6d5504350eac70374eb0eb6.tar.gz
sci-d8abdea197617d5ea6d5504350eac70374eb0eb6.tar.bz2
sci-d8abdea197617d5ea6d5504350eac70374eb0eb6.zip
sci-biology/scbi_zcat: 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_zcat/scbi_zcat-0.0.2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild b/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild
index 1e118cfe9..464a6ea5f 100644
--- a/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild
+++ b/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 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.md"
@@ -17,6 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ruby/bundler-1.7
+DEPEND="
+ >=dev-ruby/bundler-1.7
>=dev-ruby/rake-10.0"
RDEPEND="${DEPEND}"