aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2015-12-19 12:18:15 +0100
committerMagnus Granberg <zorry@gentoo.org>2015-12-19 12:18:15 +0100
commitf1ff3a446ad5babea21f85eae321972cb5917044 (patch)
treebffa9870a7f7152634a2727af4e604640086ab34 /patches
parentmove /repoman/repoman_main.py to repoman.py (diff)
downloadtinderbox-cluster-f1ff3a446ad5babea21f85eae321972cb5917044.tar.gz
tinderbox-cluster-f1ff3a446ad5babea21f85eae321972cb5917044.tar.bz2
tinderbox-cluster-f1ff3a446ad5babea21f85eae321972cb5917044.zip
fix typo in the portage.patch for repoman
Diffstat (limited to 'patches')
-rw-r--r--patches/portage.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/portage.patch b/patches/portage.patch
index 3728501..bbf8720 100644
--- a/patches/portage.patch
+++ b/patches/portage.patch
@@ -295,7 +295,7 @@
-def repoman_main(argv):
- config_root = os.environ.get("PORTAGE_CONFIGROOT")
-+def repoman_main:(argv, config_root=None, pkgdir=None):
++def repoman_main(argv, config_root=None, pkgdir=None):
+ if config_root is None:
+ config_root = os.environ.get("PORTAGE_CONFIGROOT")
repoman_settings = portage.config(config_root=config_root, local_config=False)