From c69f4d3da83a7f83be750f771acee109e6df041b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Oct 2011 14:43:32 -0700 Subject: bin/ebuild: don't set PORTAGE_CALLER This removes the last reference to PORTAGE_CALLER. --- bin/ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/ebuild') 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: -- cgit v1.2.3-1-g7c22