projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036015b
)
ruby-single.eclass: Support EAPI=6
author
Hans de Graaff
<graaff@gentoo.org>
Fri, 6 May 2016 09:39:35 +0000
(11:39 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Fri, 6 May 2016 09:41:22 +0000
(11:41 +0200)
The current implementation is compatible with EAPI=6.
Thanks to Poly-C for additional testing.
eclass/ruby-single.eclass
patch
|
blob
|
history
diff --git
a/eclass/ruby-single.eclass
b/eclass/ruby-single.eclass
index b76faae83ab2c3ef078861f044a69aed8dd2ed2c..f8ef648a16f8902f33d6c72c587922e2e7cbafa6 100644
(file)
--- a/
eclass/ruby-single.eclass
+++ b/
eclass/ruby-single.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-26,7
+26,7
@@
case "${EAPI:-0}" in
0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 4|5)
+ 4|5
|6
)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"