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

Collapse All | Expand All

(-)/var/development/usr/portage/eclass/mysql-cmake.eclass (-1 / +2 lines)
Lines 15-21 Link Here
15
# the src_unpack, src_prepare, src_configure, src_compile, scr_install,
15
# the src_unpack, src_prepare, src_configure, src_compile, scr_install,
16
# pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks.
16
# pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks.
17
17
18
inherit cmake-utils flag-o-matic multilib
18
inherit cmake-utils flag-o-matic multilib prefix
19
19
20
#
20
#
21
# HELPER FUNCTIONS:
21
# HELPER FUNCTIONS:
Lines 301-306 Link Here
301
			-e "/character-set/s|utf8|latin1|g" \
301
			-e "/character-set/s|utf8|latin1|g" \
302
			"${TMPDIR}/my.cnf.ok"
302
			"${TMPDIR}/my.cnf.ok"
303
	fi
303
	fi
304
	eprefixify "${TMPDIR}/my.cnf.ok"
304
	newins "${TMPDIR}/my.cnf.ok" my.cnf
305
	newins "${TMPDIR}/my.cnf.ok" my.cnf
305
306
306
	# Minimal builds don't have the MySQL server
307
	# Minimal builds don't have the MySQL server

Return to bug 430836