summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild
index f5c8d1f69..33bc06c98 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: