diff options
author | 2017-06-22 05:20:52 +0300 | |
---|---|---|
committer | 2017-06-22 05:20:52 +0300 | |
commit | 6bfa49b84f7d5bcfc63b9e97938d7069c9288465 (patch) | |
tree | 7a4a39538c8643d9dc2f557e49f55a2d9c6ce8c8 /pomu/source | |
parent | Numerous improvements and fixes (diff) | |
download | pomu-6bfa49b84f7d5bcfc63b9e97938d7069c9288465.tar.gz pomu-6bfa49b84f7d5bcfc63b9e97938d7069c9288465.tar.bz2 pomu-6bfa49b84f7d5bcfc63b9e97938d7069c9288465.zip |
Initial manifest generation using repoman cli
Diffstat (limited to 'pomu/source')
-rw-r--r-- | pomu/source/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/source/portage.py b/pomu/source/portage.py index 6e58873..fe0f4ce 100644 --- a/pomu/source/portage.py +++ b/pomu/source/portage.py @@ -75,7 +75,7 @@ class PortageSource(): @classmethod def fetch_package(cls, pkg): - return pkg.fetch() + return pkg.fetch() def sanity_check(repo, category, name, vernum, suff, rev, slot): |