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

Collapse All | Expand All

(-)sqlite-3.2.0.ebuild (+5 lines)
Lines 21-26 Link Here
21
21
22
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
22
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
23
23
24
src_unpack() {
25
        unpack ${A}
26
        epatch ${FILESDIR}/${P}-alter_mem_coruption.patch
27
}
28
24
src_compile() {
29
src_compile() {
25
	# sqlite includes a doc directory making it impossible to generate docs, 
30
	# sqlite includes a doc directory making it impossible to generate docs, 
26
	# which are very important to people adding support for sqlite3 to their
31
	# which are very important to people adding support for sqlite3 to their

Return to bug 86858