commit:     f526e2997c95b807a053a54eb5ea823f2c7bf5fe
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 15:24:42 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 15:24:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=f526e299

bashrc-functions: remove portageq wrapper

This wrapper should've been removed when 61c34d8 was merged.  A merge
conflict likely confused me.  Thanks haubi for noticing.

 bin/bashrc-functions.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/bashrc-functions.sh b/bin/bashrc-functions.sh
index daa00d217..f01f5c5d0 100644
--- a/bin/bashrc-functions.sh
+++ b/bin/bashrc-functions.sh
@@ -2,11 +2,6 @@
 # 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:-@PREFIX_PORTAGE_PYTHON@}" 
"${PORTAGE_BIN_PATH}/portageq" "$@"
-}
-
 register_die_hook() {
        local x
        for x in $* ; do

Reply via email to