From: William Hubbs Date: Thu, 5 May 2016 17:21:50 +0000 (-0500) Subject: sys-apps/openrc: move live ebuild to eapi 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=652a4676677a161d6b8a2ab58cce5c089dd6b5cd;p=gentoo.git sys-apps/openrc: move live ebuild to eapi 6 Package-Manager: portage-2.2.26 --- diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 41ac4e9ff0ef..5c100869fe66 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() {