summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-07 19:27:50 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-07 19:27:50 +0000
commit93c9a09984d8de32749cb0cd83ff222de2d66134 (patch)
tree8dd3d3946c51d968adca1062f26dae5140a8951d /bin/ebuild
parent71d15ec4c2e051cc6a38483cc5678b6770f5b082 (diff)
downloadportage-93c9a09984d8de32749cb0cd83ff222de2d66134.tar.gz
portage-93c9a09984d8de32749cb0cd83ff222de2d66134.tar.bz2
portage-93c9a09984d8de32749cb0cd83ff222de2d66134.zip
For backward compatibility with api consumers, _dep_check_strict behavior will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery.
svn path=/main/trunk/; revision=5907
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 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: