Searched refs:ebuild_file_path (Results 1 – 1 of 1) sorted by relevance
57 def ebuild_file_path(package: str, version: str): function92 cmd = ["ebuild", ebuild_file_path(package, version), "manifest"]99 old_path = ebuild_file_path(package, old_version)100 new_path = ebuild_file_path(package, new_version)108 ebuild_path = ebuild_file_path(package, version)