summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-15 14:43:32 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-15 14:43:32 -0700
commitc69f4d3da83a7f83be750f771acee109e6df041b (patch)
tree25ea3764ad3605b4bff25d5640a102c3457a943b /bin/ebuild
parent2859965bb164f322d2e169d8534cdc535a3f9901 (diff)
downloadportage-c69f4d3da83a7f83be750f771acee109e6df041b.tar.gz
portage-c69f4d3da83a7f83be750f771acee109e6df041b.tar.bz2
portage-c69f4d3da83a7f83be750f771acee109e6df041b.zip
bin/ebuild: don't set PORTAGE_CALLER
This removes the last reference to PORTAGE_CALLER.
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: