diff options
Diffstat (limited to 'paludis/repositories/e/exheres_layout.cc')
-rw-r--r-- | paludis/repositories/e/exheres_layout.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/paludis/repositories/e/exheres_layout.cc b/paludis/repositories/e/exheres_layout.cc index a37879cad..5cc01c789 100644 --- a/paludis/repositories/e/exheres_layout.cc +++ b/paludis/repositories/e/exheres_layout.cc @@ -620,10 +620,9 @@ ExheresLayout::manifest_files(const QualifiedPackageName & qpn) const } FSPath -ExheresLayout::binary_ebuild_location(const QualifiedPackageName & q, const VersionSpec & v, - const std::string & eapi) const +ExheresLayout::binary_ebuild_directory(const QualifiedPackageName & q) const { - return package_directory(q) / _imp->repository->binary_ebuild_name(q, v, eapi); + return package_directory(q); } std::shared_ptr<MetadataValueKey<FSPath> > |