# Distributed under the terms of the GNU General Public License v2
from _emerge.AsynchronousLock import AsynchronousLock
- from _emerge.SlotObject import SlotObject
+
import portage
from portage import os
+import sys
from portage.exception import PortageException
+ from portage.util.SlotObject import SlotObject
import errno
class EbuildBuildDir(SlotObject):
-#!/bin/bash
+#!@PORTAGE_BASH@
- # Copyright 2010-2011 Gentoo Foundation
+ # Copyright 2010-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
- PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"
+ PYTHON_VERSIONS="2.6 2.7 2.7-pypy-1.8 3.1 3.2 3.3"
# has to be run from portage root dir
cd "${0%/*}" || exit 1