Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10861 - main/trunk/bin
Date: Mon, 30 Jun 2008 22:20:42
Message-Id: E1KDRjg-0002oL-Pp@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-06-30 22:20:35 +0000 (Mon, 30 Jun 2008)
3 New Revision: 10861
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 Fix typo.
9
10
11 Modified: main/trunk/bin/repoman
12 ===================================================================
13 --- main/trunk/bin/repoman 2008-06-30 22:18:46 UTC (rev 10860)
14 +++ main/trunk/bin/repoman 2008-06-30 22:20:35 UTC (rev 10861)
15 @@ -774,7 +774,7 @@
16 # Disable the "ebuild.notadded" check when not in commit mode and
17 # running `svn list` and `svn status` calls in every package dir
18 # will be too expensive.
19 -enable_ebuild_notadded = not \
20 +check_ebuild_notadded = not \
21 (vcs == "svn" and repolevel < 3 and options.mode != "commit")
22
23 for x in scanlist:
24
25 --
26 gentoo-commits@l.g.o mailing list