Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336830
Collapse All | Expand All

(-)/usr/portage/dev-libs/klibc/klibc-1.5.15-r1.ebuild (-5 / +5 lines)
Lines 20-26 Link Here
20
20
21
DESCRIPTION="A minimal libc subset for use with initramfs."
21
DESCRIPTION="A minimal libc subset for use with initramfs."
22
HOMEPAGE="http://www.zytor.com/mailman/listinfo/klibc"
22
HOMEPAGE="http://www.zytor.com/mailman/listinfo/klibc"
23
KV_MAJOR="2" KV_MINOR="6" KV_SUB="26"
23
KV_MAJOR="2" KV_MINOR="6" KV_SUB="36"
24
PKV_EXTRA=""
24
PKV_EXTRA=""
25
if [ -n "${PKV_EXTRA}" ]; then
25
if [ -n "${PKV_EXTRA}" ]; then
26
	PKV="${KV_MAJOR}.${KV_MINOR}.$((${KV_SUB}+1))-${PKV_EXTRA}"
26
	PKV="${KV_MAJOR}.${KV_MINOR}.$((${KV_SUB}+1))-${PKV_EXTRA}"
Lines 31-37 Link Here
31
	mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.bz2
31
	mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.bz2
32
	mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/testing/linux-${OKV}.tar.bz2"
32
	mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/testing/linux-${OKV}.tar.bz2"
33
SRC_URI="
33
SRC_URI="
34
	mirror://kernel/linux/libs/klibc/${P}.tar.bz2
34
	mirror://kernel/linux/libs/klibc/Current/${P}.tar.bz2
35
	mirror://kernel/linux/libs/klibc/Testing/${P}.tar.bz2
35
	mirror://kernel/linux/libs/klibc/Testing/${P}.tar.bz2
36
	${PATCH_URI}
36
	${PATCH_URI}
37
	${KERNEL_URI}"
37
	${KERNEL_URI}"
Lines 89-104 Link Here
89
	epatch "${FILESDIR}"/${PN}-1.4.11-interp-flags.patch
89
	epatch "${FILESDIR}"/${PN}-1.4.11-interp-flags.patch
90
90
91
	# Fixes for sparc and ppc
91
	# Fixes for sparc and ppc
92
	epatch "${FILESDIR}"/${PN}-1.5-sigaction.patch
92
	#epatch "${FILESDIR}"/${PN}-1.5-sigaction.patch
93
93
94
	# Fix the asm-ppc vs. asm-powerpc issue, bug #196521
94
	# Fix the asm-ppc vs. asm-powerpc issue, bug #196521
95
	epatch "${FILESDIR}"/${PN}-1.5.11-klibcasmarch.patch
95
	#epatch "${FILESDIR}"/${PN}-1.5.11-klibcasmarch.patch
96
96
97
	# Fix usage of -s, bug #201006
97
	# Fix usage of -s, bug #201006
98
	epatch "${FILESDIR}"/klibc-1.5.7-strip-fix-dash-s.patch
98
	epatch "${FILESDIR}"/klibc-1.5.7-strip-fix-dash-s.patch
99
99
100
	# bug 229525, usr/include/arch/x86_64/sys/io.h has undefined variables
100
	# bug 229525, usr/include/arch/x86_64/sys/io.h has undefined variables
101
	epatch "${FILESDIR}"/${PN}-1.5.11-x86_64-io.h-return.diff
101
	#epatch "${FILESDIR}"/${PN}-1.5.11-x86_64-io.h-return.diff
102
}
102
}
103
103
104
# klibc has it's own ideas of arches
104
# klibc has it's own ideas of arches

Return to bug 336830