diff options
Diffstat (limited to 'sys-apps/openrc/openrc-0.2-r2.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.2-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.2-r2.ebuild b/sys-apps/openrc/openrc-0.2-r2.ebuild index ec38d1837755..da64978ab989 100644 --- a/sys-apps/openrc/openrc-0.2-r2.ebuild +++ b/sys-apps/openrc/openrc-0.2-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2-r2.ebuild,v 1.4 2008/03/30 16:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2-r2.ebuild,v 1.5 2008/03/30 17:42:10 vapier Exp $ inherit eutils flag-o-matic multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/openrc.git" - EGIT_BRANCH="Gentoo" + EGIT_BRANCH="master" inherit git else SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2 @@ -63,6 +63,7 @@ src_unpack() { unpack ${A} fi cd "${S}" + epatch "${FILESDIR}"/9999/*.patch epatch "${FILESDIR}"/${PN}-0.2-freebsd-install-rc.patch epatch "${FILESDIR}"/${PN}-0.2-multiple-ntp-servers.patch |