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

(-)/usr/portage/sys-apps/openrc/openrc-0.4.3.ebuild (-1 / +3 lines)
Lines 14-19 Link Here
14
		http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"
14
		http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"
15
fi
15
fi
16
16
17
OPENRC_PATCHSET_VER=0.4.2
18
17
DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
19
DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
18
HOMEPAGE="http://roy.marples.name/openrc"
20
HOMEPAGE="http://roy.marples.name/openrc"
19
21
Lines 62-68 Link Here
62
		unpack ${A}
64
		unpack ${A}
63
	fi
65
	fi
64
	cd "${S}"
66
	cd "${S}"
65
	epatch "${FILESDIR}"/0.4.3/*.patch
67
	[[ -d ${FILESDIR}/${OPENRC_PATCHSET_VER} ]] && epatch "${FILESDIR}/${OPENRC_PATCHSET_VER}"
66
}
68
}
67
69
68
src_compile() {
70
src_compile() {

Return to bug 258610