summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-07 20:34:28 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-07 20:34:28 +0000
commit39911c8cb671030beb012bbb9535521578968bda (patch)
tree21ddb8c98581e41a8c1ccfc35e552219361c8c48 /bin/ebuild
parentFor bug #165783, handle an InvalidDependString exception triggered by an inva... (diff)
downloadportage-multirepo-39911c8cb671030beb012bbb9535521578968bda.tar.gz
portage-multirepo-39911c8cb671030beb012bbb9535521578968bda.tar.bz2
portage-multirepo-39911c8cb671030beb012bbb9535521578968bda.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. (trunk r5907)
svn path=/main/branches/2.1.2/; revision=5911
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 f5c8d1f6..33bc06c9 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: