projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf2d12
)
Enable strict dep checking for repoman.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Feb 2007 21:54:41 +0000
(21:54 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Feb 2007 21:54:41 +0000
(21:54 -0000)
svn path=/main/trunk/; revision=5918
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index e61072e94d40f8061d0781e8f953b27d3bdadbbe..5135ac2a6a670596c623005cda60d16503a19a39 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-33,6
+33,7
@@
del os.environ["PORTAGE_LEGACY_GLOBALS"]
import portage.checksum
import portage.const
import portage.dep
+import portage.dep._dep_check_strict = True
import portage.exception
import cvstree
import time