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

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- sys-apps/kexec-tools/kexec-tools-2.0.1.ebuild  2010-01-10 09:57:10.000000000 +0000
0
++sys-apps/kexec-tools/kexec-tools-2.0.1.ebuild    2010-07-16 00:08:06.000000000 +0000
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils
7
inherit eutils flag-o-matic
8
8
9
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
9
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
10
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools"
10
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools"
Lines 22-27 Link Here
22
       #epatch "${FILESDIR}/${PN}-2.0.0-asneeded.patch"
22
       #epatch "${FILESDIR}/${PN}-2.0.0-asneeded.patch"
23
23
24
       epatch "${FILESDIR}/${PN}-2.0.0-respect-LDFLAGS.patch"
24
       epatch "${FILESDIR}/${PN}-2.0.0-respect-LDFLAGS.patch"
25
26
       # To disable the -fPIE -pie in the hardened compiler
27
       if gcc-specs-pie ; then
28
           filter-flags -fPIE
29
           append-ldflags -nopie
30
       fi
25
}
31
}
26
32
27
src_configure() {
33
src_configure() {

Return to bug 183062