From 44f267dcadde9890d138cad7367d8b1023481216 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 7 Feb 2007 21:54:41 +0000 Subject: [PATCH] Enable strict dep checking for repoman. svn path=/main/trunk/; revision=5918 --- bin/repoman | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2