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

Collapse All | Expand All

(-)a/i3-9999.ebuild (-2 / +4 lines)
Lines 15-21 EGIT_BRANCH="next" Link Here
15
LICENSE="BSD"
15
LICENSE="BSD"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS=""
17
KEYWORDS=""
18
IUSE="doc"
18
IUSE="doc elibc_musl"
19
19
20
CDEPEND="dev-libs/libev
20
CDEPEND="dev-libs/libev
21
	dev-libs/libpcre
21
	dev-libs/libpcre
Lines 40-46 RDEPEND="${CDEPEND} Link Here
40
40
41
src_prepare() {
41
src_prepare() {
42
	if use elibc_musl; then
43
		eapply "${FILESDIR}/${PN}-4.11-musl.patch"  # patch from alpine linux
44
	fi
42
	default
45
	default
43
44
	if ! use doc ; then
46
	if ! use doc ; then
45
		sed -e '/AC_PATH_PROG(\[PATH_ASCIIDOC/d' -i configure.ac || die
47
		sed -e '/AC_PATH_PROG(\[PATH_ASCIIDOC/d' -i configure.ac || die
46
	fi
48
	fi

Return to bug 609306