aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/source/file.py')
-rw-r--r--pomu/source/file.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pomu/source/file.py b/pomu/source/file.py
index 04624e3..5dbf25d 100644
--- a/pomu/source/file.py
+++ b/pomu/source/file.py
@@ -70,5 +70,9 @@ class LocalEbuildSource(BaseSource):
return LocalEbuildSource.parse_ebuild_path(uri[3:])
@classmethod
+ def fetch_package(self, pkg):
+ return pkg.fetch()
+
+ @classmethod
def from_meta_dir(cls, metadir):
return LocalEbuild.from_data_dir(cls, metadir)