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

Collapse All | Expand All

(-)/usr/portage/dev-libs/libtommath/libtommath-0.42.0.ebuild (-2 / +2 lines)
Lines 15-21 Link Here
15
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
15
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
16
IUSE="doc examples static-libs"
16
IUSE="doc examples static-libs"
17
17
18
DEPEND=""
18
DEPEND="sys-devel/libtool"
19
RDEPEND=""
19
RDEPEND=""
20
20
21
src_prepare() {
21
src_prepare() {
Lines 26-32 Link Here
26
}
26
}
27
27
28
src_compile() {
28
src_compile() {
29
	emake CC=$(tc-getCC) -f makefile.shared IGNORE_SPEED=1 LIBPATH="${EPREFIX}/usr/$(get_libdir)"
29
	emake -f makefile.shared CC=$(tc-getCC) IGNORE_SPEED=1 LIBPATH="${EPREFIX}/usr/$(get_libdir)" LT=${ROOT}/usr/bin/libtool
30
}
30
}
31
31
32
src_install() {
32
src_install() {

Return to bug 376643