ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / bin / eapi.sh
index e63f145ee4ed4dfb7c1681e957dd056535f9c107..623b89fee4a03941371ed636216409194ecc31bb 100644 (file)
@@ -134,6 +134,10 @@ ___eapi_disallows_helpers_in_global_scope() {
        [[ ${1-${EAPI}} =~ ^(4-python|5-progress)$ ]]
 }
 
+___eapi_unpack_is_case_sensitive() {
+       [[ ${1-${EAPI}} =~ ^(0|1|2|3|4|4-python|4-slot-abi|5|5-hdepend)$ ]]
+}
+
 # OTHERS
 
 ___eapi_enables_globstar() {