diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-07 21:55:12 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-07 21:55:12 +0000 |
commit | 4ab8ebcad43a62f1dc147e0bda457a63bd248e23 (patch) | |
tree | 3c0fcbecc083779ddb5a06cacd49dd92d996eb11 | |
parent | 36d90687a142080196d12d4b639665614d6265f9 (diff) | |
download | portage-4ab8ebcad43a62f1dc147e0bda457a63bd248e23.tar.gz portage-4ab8ebcad43a62f1dc147e0bda457a63bd248e23.tar.bz2 portage-4ab8ebcad43a62f1dc147e0bda457a63bd248e23.zip |
Enable strict dep checking for repoman. (trunk r5918)
svn path=/main/branches/2.1.2/; revision=5919
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index d228222b7..f74e8905d 100755 --- 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 +portage_dep._dep_check_strict = True import portage_exception import cvstree import time |