projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc62898
)
dev-ruby/amatch: add ruby24
author
Hans de Graaff
<graaff@gentoo.org>
Fri, 24 Mar 2017 06:25:49 +0000
(07:25 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Fri, 24 Mar 2017 06:25:49 +0000
(07:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/amatch/amatch-0.3.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/amatch/amatch-0.3.0.ebuild
b/dev-ruby/amatch/amatch-0.3.0.ebuild
index 8237e422a3a5017d89657c91238376ae7344180f..30c273cc00a83a677fc7cc7de07142bc3d6288fe 100644
(file)
--- a/
dev-ruby/amatch/amatch-0.3.0.ebuild
+++ b/
dev-ruby/amatch/amatch-0.3.0.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_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
@@
-29,5
+29,5
@@
each_ruby_compile() {
}
each_ruby_test() {
- ${RUBY} -Ilib -S testrb tests/* || die
+ ${RUBY} -Ilib -S testrb
-2
tests/* || die
}