diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-01-13 08:01:42 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-01-14 18:52:00 +0100 |
commit | a617b793dd98ff98e034a1c37923f23160b3b156 (patch) | |
tree | 01a80752e527ddf1bab43afaa22439d5f16e6ab5 | |
parent | dev-ruby/map: cleanup (diff) | |
download | gentoo-a617b793dd98ff98e034a1c37923f23160b3b156.tar.gz gentoo-a617b793dd98ff98e034a1c37923f23160b3b156.tar.bz2 gentoo-a617b793dd98ff98e034a1c37923f23160b3b156.zip |
dev-ruby/map: drop ruby22 since it does not actually work
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-ruby/map/map-6.5.5.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/map/map-6.5.5.ebuild b/dev-ruby/map/map-6.5.5.ebuild index 86dd6425908f..44da6df08fca 100644 --- a/dev-ruby/map/map-6.5.5.ebuild +++ b/dev-ruby/map/map-6.5.5.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" RUBY_FAKEGEM_TASK_DOC="" @@ -20,3 +20,7 @@ LICENSE="|| ( Ruby BSD-2 )" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" + +all_ruby_prepare() { + sed -i -e 's/Config/RbConfig/' Rakefile || die +} |