From 93c9a09984d8de32749cb0cd83ff222de2d66134 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 7 Feb 2007 19:27:50 +0000 Subject: For backward compatibility with api consumers, _dep_check_strict behavior will be explicitly enabled as necessary. Thanks to Brian for reporting issues with porthole and equery. svn path=/main/trunk/; revision=5907 --- bin/ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ebuild') diff --git a/bin/ebuild b/bin/ebuild index bcf324873..20254e007 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -28,6 +28,8 @@ except ImportError: import portage import portage.util, portage.const +import portage.dep +portage.dep._dep_check_strict = True # do this _after_ 'import portage' to prevent unnecessary tracing if debug and "python-trace" in portage.features: -- cgit v1.2.3-1-g7c22