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

(-)lksctp-tools-1.0.13.ebuild (-3 / +1 lines)
Lines 12-18 SRC_URI="mirror://sourceforge/lksctp/${P Link Here
12
12
13
LICENSE="|| ( GPL-2+ LGPL-2.1 )"
13
LICENSE="|| ( GPL-2+ LGPL-2.1 )"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
15
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
16
IUSE="kernel_linux static-libs"
16
IUSE="kernel_linux static-libs"
17
17
18
# This is only supposed to work with Linux to begin with.
18
# This is only supposed to work with Linux to begin with.
Lines 23-30 REQUIRED_USE="kernel_linux" Link Here
23
23
24
src_prepare() {
24
src_prepare() {
25
	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
25
	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
26
	epatch "${FILESDIR}"/${P}-build.patch
27
	sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
28
	eautoreconf
26
	eautoreconf
29
}
27
}
30
28

Return to bug 501488