diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-17 01:26:57 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-17 01:26:57 +0100 |
commit | 2ae3cf5ba35f13f992b53af034de559a42bb2ca6 (patch) | |
tree | 8bdb8b4867a092873e3dc275f43f00ae7499f73e /dev-ruby/expression_parser | |
parent | dev-ruby/evented-spec: Remove ruby19 (diff) | |
download | gentoo-2ae3cf5ba35f13f992b53af034de559a42bb2ca6.tar.gz gentoo-2ae3cf5ba35f13f992b53af034de559a42bb2ca6.tar.bz2 gentoo-2ae3cf5ba35f13f992b53af034de559a42bb2ca6.zip |
dev-ruby/expression_parser: Remove ruby19
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/expression_parser')
-rw-r--r-- | dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild index c2986465c1ac..3c645f3b6d1a 100644 --- a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild +++ b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" |