From: William Hubbs Date: Tue, 20 Dec 2016 19:10:46 +0000 (-0600) Subject: sys-apps/openrc: sync live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eacb688bd8cd127a0ad97132dd8222c120017da9;p=gentoo.git sys-apps/openrc: sync live ebuild Package-Manager: portage-2.3.0 --- diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index cabbebbce8b6..560586f550a5 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -60,15 +60,14 @@ RDEPEND="${COMMON_DEPEND} PDEPEND="netifrc? ( net-misc/netifrc )" src_prepare() { + default + sed -i 's:0444:0644:' mk/sys.mk || die if [[ ${PV} == "9999" ]] ; then local ver="git-${EGIT_VERSION:0:6}" sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/gitver.mk || die fi - - # Allow user patches to be applied without modifying the ebuild - eapply_user } src_compile() {