Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 326275
Collapse All | Expand All

(-)/usr/portage/eclass/eutils.eclass (+6 lines)
Lines 1737-1742 Link Here
1737
	fi
1737
	fi
1738
	[[ -z $1 ]] && die "Usage: preserve_old_lib <library to preserve> [more libraries to preserve]"
1738
	[[ -z $1 ]] && die "Usage: preserve_old_lib <library to preserve> [more libraries to preserve]"
1739
1739
1740
	# give the user a way to disable library preservation
1741
	[[ -n ${EUTILS_NO_PRESERVE_OLD_LIBS} ]] && return 0
1742
1740
	# let portage worry about it
1743
	# let portage worry about it
1741
	has preserve-libs ${FEATURES} && return 0
1744
	has preserve-libs ${FEATURES} && return 0
1742
1745
Lines 1760-1765 Link Here
1760
		die "Invalid preserve_old_lib_notify() usage"
1763
		die "Invalid preserve_old_lib_notify() usage"
1761
	fi
1764
	fi
1762
1765
1766
	# give the user a way to disable library preservation
1767
	[[ -n ${EUTILS_NO_PRESERVE_OLD_LIBS} ]] && return 0
1768
1763
	# let portage worry about it
1769
	# let portage worry about it
1764
	has preserve-libs ${FEATURES} && return 0
1770
	has preserve-libs ${FEATURES} && return 0
1765
1771

Return to bug 326275