diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-08-15 08:22:47 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-08-15 08:22:47 +0000 |
commit | 6a454b2769795983b0f91d341632782b2596ef0b (patch) | |
tree | 62e8ff21d7531afc84860fb5765eb55b6ba185d9 /bin/isolated-functions.sh | |
parent | Fix typo. (diff) | |
download | portage-multirepo-6a454b2769795983b0f91d341632782b2596ef0b.tar.gz portage-multirepo-6a454b2769795983b0f91d341632782b2596ef0b.tar.bz2 portage-multirepo-6a454b2769795983b0f91d341632782b2596ef0b.zip |
Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side.
svn path=/main/trunk/; revision=14065
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-x | bin/isolated-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index cd60f05e..bb9b9a04 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -538,7 +538,7 @@ save_ebuild_env() { ${QA_INTERCEPTORS} # portage config variables and variables set directly by portage - unset ACCEPT_LICENSE ACCEPT_PROPERTIES BAD BRACKET BUILD_PREFIX COLS \ + unset ACCEPT_LICENSE BAD BRACKET BUILD_PREFIX COLS \ DISTCC_DIR DISTDIR DOC_SYMLINKS_DIR \ EBUILD_EXIT_STATUS_FILE EBUILD_FORCE_TEST EBUILD_MASTER_PID \ ECLASSDIR ECLASS_DEPTH ENDCOL FAKEROOTKEY \ |