From cbbab21dfdd9bee79cddaaac12d7ea5890674d81 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Jan 2013 15:04:40 -0800 Subject: Add portage._internal_caller var, and use it. --- bin/quickpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/quickpkg') diff --git a/bin/quickpkg b/bin/quickpkg index a6439e282..19d90b0d3 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function @@ -15,6 +15,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._internal_caller = True from portage import os from portage import xpak from portage.dbapi.dep_expand import dep_expand -- cgit v1.2.3-1-g7c22