diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-17 21:12:53 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-17 21:13:28 +0100 |
commit | da89cd0af3997ec0489da825c525c67fb137750e (patch) | |
tree | 5ed5b07786b449ba7c76499367f03ca5be81fbe4 /dev-ruby/haml | |
parent | removed obsolete gnome-extra/gnome-screensaver entry (diff) | |
download | gentoo-da89cd0af3997ec0489da825c525c67fb137750e.tar.gz gentoo-da89cd0af3997ec0489da825c525c67fb137750e.tar.bz2 gentoo-da89cd0af3997ec0489da825c525c67fb137750e.zip |
dev-ruby/haml: Remove ruby19, add ruby22 target
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-4.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/haml/haml-4.0.7.ebuild b/dev-ruby/haml/haml-4.0.7.ebuild index d7092de1f112..e79a24eb38d2 100644 --- a/dev-ruby/haml/haml-4.0.7.ebuild +++ b/dev-ruby/haml/haml-4.0.7.ebuild @@ -1,10 +1,10 @@ -# 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" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="-Ilib doc" |