sys-apps/openrc: sync live ebuild
authorWilliam Hubbs <williamh@gentoo.org>
Tue, 20 Dec 2016 19:10:46 +0000 (13:10 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 20 Dec 2016 19:11:35 +0000 (13:11 -0600)
Package-Manager: portage-2.3.0

sys-apps/openrc/openrc-9999.ebuild

index cabbebbce8b6d7f20a559d4d4a8c274daff5e3f3..560586f550a5cb01ac42c7c599335c857664f765 100644 (file)
@@ -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() {