From: Zac Medico Date: Wed, 7 Feb 2007 21:55:12 +0000 (-0000) Subject: Enable strict dep checking for repoman. (trunk r5918) X-Git-Tag: v2.1.2-r9~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ab8ebcad43a62f1dc147e0bda457a63bd248e23;p=portage.git Enable strict dep checking for repoman. (trunk r5918) svn path=/main/branches/2.1.2/; revision=5919 --- 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