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

Collapse All | Expand All

(-)dspam-3.9.0-r1.ebuild (+11 lines)
Lines 89-94 Link Here
89
	if [ "${STORAGE_DRIVERS:0:1}" = "," ]; then
89
	if [ "${STORAGE_DRIVERS:0:1}" = "," ]; then
90
		STORAGE_DRIVERS="${STORAGE_DRIVERS:1}"
90
		STORAGE_DRIVERS="${STORAGE_DRIVERS:1}"
91
	fi
91
	fi
92
93
94
	if [ "${STORAGE_DRIVERS}" = "" ]; then
95
		eerror
96
		eerror "You have not selected any storage driver."
97
		eerror "Please enable one of the following USE flags:"
98
		eerror "  hash, mysql, postgres or sqlite"
99
		eerror
100
		die "No storage driver selected"
101
	fi
102
92
	if [ "${STORAGE_COUNTER}" -gt 1 ]; then
103
	if [ "${STORAGE_COUNTER}" -gt 1 ]; then
93
		if use static; then
104
		if use static; then
94
			eerror
105
			eerror

Return to bug 299090