commit: 60ec4dcf3e5dd070e37002dd6eea0527d6f2a8a8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 09:56:23 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 09:56:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ec4dcf
eclass/ruby-single.eclass: add EAPI 8 Closes: https://bugs.gentoo.org/806499 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> 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 747b9de8d41..e19597b99a0 100644 --- a/eclass/ruby-single.eclass +++ b/eclass/ruby-single.eclass @@ -7,7 +7,7 @@ # @AUTHOR: # Author: Hans de Graaff <[email protected]> # Based on python-single-r1 by: Michał Górny <[email protected]> -# @SUPPORTED_EAPIS: 4 5 6 7 +# @SUPPORTED_EAPIS: 4 5 6 7 8 # @BLURB: An eclass for Ruby packages not installed for multiple implementations. # @DESCRIPTION: # An eclass for packages which don't support being installed for @@ -26,7 +26,7 @@ case "${EAPI:-0}" in 0|1|2|3) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4|5|6|7) + 4|5|6|7|8) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
