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

Collapse All | Expand All

(-)/usr/portage/app-admin/bacula/bacula-1.34.5.ebuild (-3 / +3 lines)
Lines 49-61 Link Here
49
	# mysql is the reccomended choice ...
49
	# mysql is the reccomended choice ...
50
	if use mysql
50
	if use mysql
51
	then
51
	then
52
		myconf="${myconf} --with-mysql=/usr"
52
		myconf="${myconf} --with-mysql"
53
	elif use postgres
53
	elif use postgres
54
	then
54
	then
55
		myconf="${myconf} --with-postgresql=/usr"
55
		myconf="${myconf} --with-postgresql"
56
	elif use sqlite
56
	elif use sqlite
57
	then
57
	then
58
		myconf="${myconf} --with-sqlite=/usr"
58
		myconf="${myconf} --with-sqlite"
59
	elif  use sqlite && use mysql
59
	elif  use sqlite && use mysql
60
	then
60
	then
61
		myconf="${myconf/--with-sqlite/}"
61
		myconf="${myconf/--with-sqlite/}"

Return to bug 59205