summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-30 08:36:57 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-30 08:36:57 +0000
commit88797f923c6d2eee3e638316ce14964d6c75c75c (patch)
treedcce2649375d82424a4ad915ac76cbacfd48222d /bin/isolated-functions.sh
parentFix error in calculations from bug #267104. (diff)
downloadportage-multirepo-88797f923c6d2eee3e638316ce14964d6c75c75c.tar.gz
portage-multirepo-88797f923c6d2eee3e638316ce14964d6c75c75c.tar.bz2
portage-multirepo-88797f923c6d2eee3e638316ce14964d6c75c75c.zip
Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USE
settings are used calculate an appropriate ACCEPT_LICENSE value. svn path=/main/trunk/; revision=13560
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index ccef19ed..0d046cbd 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -522,7 +522,7 @@ save_ebuild_env() {
${QA_INTERCEPTORS}
# portage config variables and variables set directly by portage
- unset 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 \