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

Collapse All | Expand All

(-)dev-db/mysql/mysql-5.0.84-r1.ebuild.orig (-1 / +6 lines)
Lines 10-16 Link Here
10
IUSE="$IUSE"
10
IUSE="$IUSE"
11
11
12
# REMEMBER: also update eclass/mysql*.eclass before committing!
12
# REMEMBER: also update eclass/mysql*.eclass before committing!
13
KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
13
KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
14
~x64-solaris ~x86-solaris"
14
15
15
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
16
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
16
EPATCH_EXCLUDE=''
17
EPATCH_EXCLUDE=''
Lines 26-31 Link Here
26
	mysql_src_unpack
27
	mysql_src_unpack
27
	cd "${S}"
28
	cd "${S}"
28
	epatch "${FILESDIR}"/${PN}-5.0.60-darwin-bool.patch
29
	epatch "${FILESDIR}"/${PN}-5.0.60-darwin-bool.patch
30
	# On solaris 10 there ist no strsep
31
	if [[ ${CHOST} == *-solaris2.10 ]] ; then
32
		epatch "${FILESDIR}"/solaris-sql_show.patch
33
	fi
29
}
34
}
30
35
31
# Official test instructions:
36
# Official test instructions:

Return to bug 296063