commit: cc450cd9fb2e907d1663c1ba5368ff1f7d7c0b6e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 09:39:35 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 6 09:41:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc450cd9
ruby-single.eclass: Support EAPI=6
The current implementation is compatible with EAPI=6.
Thanks to Poly-C for additional testing.
eclass/ruby-single.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
index b76faae..f8ef648 100644
--- a/eclass/ruby-single.eclass
+++ b/eclass/ruby-single.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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}"