commit:     ffa963dff3badce964a6dc0a19d11a5216c5958b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 09:33:35 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri May 27 09:33:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa963df

sys-process/criu: Fixed incomplete EAPI-6 conversion (bug #584308).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/criu/criu-2.2.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-process/criu/criu-2.2.ebuild b/sys-process/criu/criu-2.2.ebuild
index f971fd4..c18ed46 100644
--- a/sys-process/criu/criu-2.2.ebuild
+++ b/sys-process/criu/criu-2.2.ebuild
@@ -35,12 +35,12 @@ CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS 
~FHANDLE ~EVENTFD ~EPOLL ~
 
 RESTRICT="test"
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}/${P}-flags.patch
-       epatch "${FILESDIR}"/${PV}/${P}-makefile.patch
-       epatch "${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
-       epatch "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
-}
+PATCHES=(
+       "${FILESDIR}"/${PV}/${P}-flags.patch
+       "${FILESDIR}"/${PV}/${P}-makefile.patch
+       "${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
+       "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+)
 
 criu_arch() {
        # criu infers the arch from $(uname -m).  We never want this to happen.

Reply via email to