summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-12 16:32:08 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-13 08:33:29 +0100
commit18692ada8579d367eb332fad7bfe273100f9638f (patch)
treea2165358e0988f78c3d5569a26d17fb38c7edaa1 /misc
parentRevert "ebuild: Set PORTAGE_REPOSITORIES instead of deprecated PORTDIR_OVERLAY." (diff)
downloadportage-18692ada8579d367eb332fad7bfe273100f9638f.tar.gz
portage-18692ada8579d367eb332fad7bfe273100f9638f.tar.bz2
portage-18692ada8579d367eb332fad7bfe273100f9638f.zip
Revert "portage.repository.config: Clean reading of repository (...) "
This reverts commit 2cde1f65e9c585e78415857fdcac1fe5deaa60da. This was unreviewed and is a breaking change made without any discussion or announcement.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/emerge-delta-webrsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 1cc04bd30..f2dc8220c 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Author: Brian Harring <ferringb@gentoo.org>, karltk@gentoo.org originally.
# Rewritten from the old, Perl-based emerge-webrsync script
@@ -36,7 +36,7 @@ else
eecho "could not find 'portageq'; aborting"
exit 1
fi
-eval "$(PORTAGE_SYNC_MODE=1 "${portageq}" envvar -v DISTDIR EPREFIX FEATURES \
+eval "$("${portageq}" envvar -v DISTDIR EPREFIX FEATURES \
FETCHCOMMAND GENTOO_MIRRORS \
PORTAGE_BIN_PATH PORTAGE_CONFIGROOT PORTAGE_GPG_DIR \
PORTAGE_NICENESS PORTAGE_REPOSITORIES PORTAGE_RSYNC_EXTRA_OPTS \