ruby-single.eclass: Support EAPI=6

The current implementation is compatible with EAPI=6.
Thanks to Poly-C for additional testing.
This commit is contained in:
Hans de Graaff
2016-05-06 11:39:35 +02:00
parent 036015b131
commit cc450cd9fb

View File

@@ -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}"