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