summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild')
-rw-r--r--dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
index 0f03ada174d1..171884a96a69 100644
--- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
+++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,15 +29,6 @@ all_ruby_prepare() {
sed -i -e '/system/,/^ end/ s:^:#:' test/run-test.rb || die
}
-each_ruby_prepare() {
- case ${RUBY} in
- *ruby19)
- # Avoid test with ruby20+ code.
- rm -f test/test-repository.rb || die
- ;;
- esac
-}
-
each_ruby_test() {
${RUBY} test/run-test.rb || die
}