commit: f1ff3a446ad5babea21f85eae321972cb5917044 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Sat Dec 19 11:18:15 2015 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Sat Dec 19 11:18:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=f1ff3a44
fix typo in the portage.patch for repoman patches/portage.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)