Example #1
0
	def check_eapi(self, eapi):
		# Beginning with EAPI 4, there is no
		# implicit RDEPEND=$DEPEND assignment
		# to be concerned with.
		return eapi_has_implicit_rdepend(eapi)
Example #2
0
 def check_eapi(self, eapi):
     # Beginning with EAPI 4, there is no
     # implicit RDEPEND=$DEPEND assignment
     # to be concerned with.
     return eapi_has_implicit_rdepend(eapi)