Trivial bump. Tested with a modified media-video/mpv ebuild (which package 
requires this change before it can be migrated to Lua eclasses), seems to work 
fine.

--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -8,7 +8,7 @@
 # Original Author: Gilles Dartiguelongue <e...@gentoo.org>
 # Various improvements based on cmake-utils.eclass: Tomáš Chvátal 
<scarab...@gentoo.org>
 # Proper prefix support: Jonathan Callen <jcal...@gentoo.org>
-# @SUPPORTED_EAPIS: 4 5 6
+# @SUPPORTED_EAPIS: 4 5 6 7
 # @BLURB: common ebuild functions for waf-based packages
 # @DESCRIPTION:
 # The waf-utils eclass contains functions that make creating ebuild for
@@ -19,7 +19,7 @@
 inherit multilib toolchain-funcs multiprocessing
 
 case ${EAPI:-0} in
-       4|5|6) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
+       4|5|6|7) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 

-- 
Marecki

Reply via email to