summaryrefslogtreecommitdiffstats
path: root/bin/xpak-helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xpak-helper.py')
-rwxr-xr-xbin/xpak-helper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/xpak-helper.py b/bin/xpak-helper.py
index ef74920db..7a3865c10 100755
--- a/bin/xpak-helper.py
+++ b/bin/xpak-helper.py
@@ -1,10 +1,11 @@
#!/usr/bin/python
-# Copyright 2009-2011 Gentoo Foundation
+# Copyright 2009-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import optparse
import sys
import portage
+portage._internal_caller = True
from portage import os
def command_recompose(args):