aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/source/file.py')
-rw-r--r--pomu/source/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/source/file.py b/pomu/source/file.py
index d3fc7ed..ffd7c07 100644
--- a/pomu/source/file.py
+++ b/pomu/source/file.py
@@ -22,7 +22,7 @@ class LocalEbuild():
self.path = path
def fetch(self):
- return Package(self, self.name, '/', self.category, self.version,
+ return Package(self.name, '/', self, self.category, self.version,
filemap = {
path.join(
self.category,