From eacb688bd8cd127a0ad97132dd8222c120017da9 Mon Sep 17 00:00:00 2001 From: William Hubbs <williamh@gentoo.org> Date: Tue, 20 Dec 2016 13:10:46 -0600 Subject: sys-apps/openrc: sync live ebuild Package-Manager: portage-2.3.0 --- sys-apps/openrc/openrc-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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() { -- cgit v1.2.3-65-gdbad