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

(-)strace-4.5.6.ebuild (-1 / +7 lines)
Lines 11-17 SRC_URI="mirror://sourceforge/${PN}/${P} Link Here
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64"
13
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64"
14
IUSE=""
14
IUSE="static"
15
15
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
17
17
Lines 37-39 src_install() { Link Here
37
	dobin strace strace-graph || die
37
	dobin strace strace-graph || die
38
	dodoc ChangeLog CREDITS NEWS PORTING README* TODO
38
	dodoc ChangeLog CREDITS NEWS PORTING README* TODO
39
}
39
}
40
41
src_compile() {
42
	use static && append-ldflags -static
43
	econf || die
44
	emake || die
45
}

Return to bug 60938