aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-06-30 04:49:25 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-06-30 04:49:25 +0300
commitc94c01482fb6cdbe017d33ed0668bcb80ba06017 (patch)
treeb3d4169f121c865af037c6753d94e1978a1c6e85 /pomu/source/file.py
parentFix unit tests (diff)
downloadpomu-c94c01482fb6cdbe017d33ed0668bcb80ba06017.tar.gz
pomu-c94c01482fb6cdbe017d33ed0668bcb80ba06017.tar.bz2
pomu-c94c01482fb6cdbe017d33ed0668bcb80ba06017.zip
Multiple changes and fixes for installation
make package backend optional fix merge destination makedir properly add files to git index compare package slot with default the right way multiple fixes in writing metadata changed tests to reflect current code and pass
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,