summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index a21ef648a..36580bf3f 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -68,7 +68,7 @@ from os import path as osp
pym_path = osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym")
sys.path.insert(0, pym_path)
import portage
-portage.dep._internal_warnings = True
+portage._internal_warnings = True
from portage import os
from portage import _encodings
from portage import _shell_quote