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

Collapse All | Expand All

(-)mysql-5.0.26-r1.ebuild (+7 lines)
Lines 12-17 Link Here
12
12
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
14
14
15
src_install() {
16
	mysql_src_install
17
18
	sed -i "s:^#LD_PRELOAD=\(.*\)/lib/\(.*\):#LD_PRELOAD=\1/$(get_libdir)/\2:g" \
19
		${D}/etc/conf.d/mysql
20
}
21
15
src_test() {
22
src_test() {
16
	cd "${S}"
23
	cd "${S}"
17
	einfo ">>> Test phase [check]: ${CATEGORY}/${PF}"
24
	einfo ">>> Test phase [check]: ${CATEGORY}/${PF}"

Return to bug 152787