sys-apps/openrc: move live ebuild to eapi 6
authorWilliam Hubbs <williamh@gentoo.org>
Thu, 5 May 2016 17:21:50 +0000 (12:21 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Thu, 5 May 2016 17:22:12 +0000 (12:22 -0500)
Package-Manager: portage-2.2.26

sys-apps/openrc/openrc-9999.ebuild

index 41ac4e9ff0efeca5a043bc726e49b22fcde7dd5d..5c100869fe668042844ede351bdb98cceb285eb3 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils flag-o-matic multilib pam toolchain-funcs
+inherit flag-o-matic pam toolchain-funcs
 
 DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
 HOMEPAGE="https://github.com/openrc/openrc/"
@@ -65,7 +65,7 @@ src_prepare() {
        fi
 
        # Allow user patches to be applied without modifying the ebuild
-       epatch_user
+       eapply_user
 }
 
 src_compile() {