@@ -, +, @@ --- bin/bashrc-functions.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) --- a/bin/bashrc-functions.sh +++ a/bin/bashrc-functions.sh @@ -1,12 +1,7 @@ #!/bin/bash -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -portageq() { - PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}}\ - "${PORTAGE_PYTHON:-/usr/bin/python}" "${PORTAGE_BIN_PATH}/portageq" "$@" -} - register_die_hook() { local x for x in $* ; do --