Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: patches/
Date: Sat, 19 Dec 2015 11:18:56
Message-Id: 1450523895.f1ff3a446ad5babea21f85eae321972cb5917044.zorry@gentoo
1 commit: f1ff3a446ad5babea21f85eae321972cb5917044
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 11:18:15 2015 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 11:18:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=f1ff3a44
7
8 fix typo in the portage.patch for repoman
9
10 patches/portage.patch | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/patches/portage.patch b/patches/portage.patch
14 index 3728501..bbf8720 100644
15 --- a/patches/portage.patch
16 +++ b/patches/portage.patch
17 @@ -295,7 +295,7 @@
18
19 -def repoman_main(argv):
20 - config_root = os.environ.get("PORTAGE_CONFIGROOT")
21 -+def repoman_main:(argv, config_root=None, pkgdir=None):
22 ++def repoman_main(argv, config_root=None, pkgdir=None):
23 + if config_root is None:
24 + config_root = os.environ.get("PORTAGE_CONFIGROOT")
25 repoman_settings = portage.config(config_root=config_root, local_config=False)