From: Zac Medico Date: Wed, 7 Feb 2007 21:54:41 +0000 (-0000) Subject: Enable strict dep checking for repoman. X-Git-Tag: v2.2_pre1~1738 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44f267dcadde9890d138cad7367d8b1023481216;p=portage.git Enable strict dep checking for repoman. svn path=/main/trunk/; revision=5918 --- diff --git a/bin/repoman b/bin/repoman index e61072e94..5135ac2a6 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 +import portage.dep._dep_check_strict = True import portage.exception import cvstree import time