summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 334b36897..771ccb51c 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -56,7 +56,6 @@ parser.add_option("--skip-manifest", help="skip all manifest checks",
opts, pargs = parser.parse_args(args=sys.argv[1:])
-os.environ["PORTAGE_CALLER"]="ebuild"
try:
import portage
except ImportError: