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

Collapse All | Expand All

(-)/usr/portage/net-libs/libtirpc/libtirpc-0.2.5.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit multilib-minimal toolchain-funcs
7
inherit multilib-minimal toolchain-funcs autotools
8
8
9
DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
9
DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
10
HOMEPAGE="http://libtirpc.sourceforge.net/"
10
HOMEPAGE="http://libtirpc.sourceforge.net/"
Lines 33-38 src_unpack() { Link Here
33
33
34
src_prepare() {
34
src_prepare() {
35
	epatch "${FILESDIR}"/${P}-stdarg.patch
35
	epatch "${FILESDIR}"/${P}-stdarg.patch
36
	eautoconf
37
	eautoreconf
36
}
38
}
37
39
38
multilib_src_configure() {
40
multilib_src_configure() {

Return to bug 530080