projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066152e
)
dev-ruby/sourcemap: add ruby24
author
Hans de Graaff
<graaff@gentoo.org>
Wed, 1 Mar 2017 06:02:16 +0000
(07:02 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Wed, 1 Mar 2017 06:02:16 +0000
(07:02 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index d6cffbed66f0734d8cfdd71cdadea247ece36a3b..b7229624e2827b0733f284664d544092b453eb8e 100644
(file)
--- a/
dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/
dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby2
0 ruby21 ruby22 ruby23
"
+USE_RUBY="ruby2
1 ruby22 ruby23 ruby24
"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@
-17,3
+17,7
@@
SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}