Example #1
0
	def check_eapi(self, eapi):
		# AA, KV, and EMERGE_FROM should not be referenced in EAPI 4 or later.
		return not eapi_exports_AA(eapi)
Example #2
0
	def check_eapi(self, eapi):
		# AA, KV, and EMERGE_FROM should not be referenced in EAPI 4 or later.
		return not eapi_exports_AA(eapi)
Example #3
0
 def check_eapi(self, eapi):
     return not eapi_exports_AA(eapi) or not eapi_exports_KV(eapi)
Example #4
0
	def check_eapi(self, eapi):
		return not eapi_exports_AA(eapi) or not eapi_exports_KV(eapi)