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

(-)/usr/portage/sys-fs/dd-rescue/dd-rescue-1.10.ebuild (-2 / +5 lines)
Lines 13-24 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
15
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
16
IUSE=""
16
IUSE="static"
17
17
18
RDEPEND=""
18
RDEPEND=""
19
DEPEND=">=sys-apps/sed-4"
19
DEPEND=""
20
20
21
src_compile() {
21
src_compile() {
22
	if use static; then
23
		CFLAGS="-static ${CFLAGS}"
24
	fi
22
	emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
25
	emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
23
}
26
}
24
27

Return to bug 68615