Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176008 | Differences between
and this patch

Collapse All | Expand All

(-)a/emerge-delta-webrsync (-1 / +10 lines)
Lines 27-32 PORTAGE_GPG_DIR="${f%%|*}" ; f="${f#*|}" Link Here
27
TMPDIR="${f%%|*}/snapshots"
27
TMPDIR="${f%%|*}/snapshots"
28
unset IFS
28
unset IFS
29
29
30
if [[ ! -w ${PORTDIR} ]] ; then
31
	echo "${0##*/}: PORTDIR is not writable: ${PORTDIR}"
32
	exit 1
33
fi
34
35
if [[ ! -w ${DISTDIR} ]] ; then
36
	echo "${0##*/}: DISTDIR is not writable: ${DISTDIR}"
37
	exit 1
38
fi
39
30
source /usr/lib/portage/bin/isolated-functions.sh || exit 1
40
source /usr/lib/portage/bin/isolated-functions.sh || exit 1
31
41
32
if [ -z "$NICENESS_PULLED" ]; then
42
if [ -z "$NICENESS_PULLED" ]; then
33
- 

Return to bug 176008