commit:     652a4676677a161d6b8a2ab58cce5c089dd6b5cd
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 17:21:50 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu May  5 17:22:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652a4676

sys-apps/openrc: move live ebuild to eapi 6

Package-Manager: portage-2.2.26

 sys-apps/openrc/openrc-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/openrc/openrc-9999.ebuild 
b/sys-apps/openrc/openrc-9999.ebuild
index 41ac4e9..5c10086 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -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() {

Reply via email to