ruby-single.eclass: Support EAPI=6
authorHans de Graaff <graaff@gentoo.org>
Fri, 6 May 2016 09:39:35 +0000 (11:39 +0200)
committerHans 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

index b76faae83ab2c3ef078861f044a69aed8dd2ed2c..f8ef648a16f8902f33d6c72c587922e2e7cbafa6 100644 (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}"