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-4.13-r1.ebuild (-2 / +5 lines)
Lines 12-19 SRC_URI="http://i3wm.org/downloads/${P}. Link Here
12
12
13
LICENSE="BSD"
13
LICENSE="BSD"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="doc"
16
IUSE="doc elibc_musl"
17
17
18
CDEPEND="dev-libs/libev
18
CDEPEND="dev-libs/libev
19
	dev-libs/libpcre
19
	dev-libs/libpcre
Lines 40-45 DOCS=( RELEASE-NOTES-${PV} ) 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
	if ! use doc ; then
46
	if ! use doc ; then
44
		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
45
		eautoreconf
48
		eautoreconf

Return to bug 609306