diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-27 11:33:35 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-27 11:33:48 +0200 |
commit | ffa963dff3badce964a6dc0a19d11a5216c5958b (patch) | |
tree | 32c48d31ec6d9312dc01ec08cbca4912feee02f7 /sys-process/criu | |
parent | net-misc/tor: version bump alpha branch to 0.2.8.3 (diff) | |
download | gentoo-ffa963dff3badce964a6dc0a19d11a5216c5958b.tar.gz gentoo-ffa963dff3badce964a6dc0a19d11a5216c5958b.tar.bz2 gentoo-ffa963dff3badce964a6dc0a19d11a5216c5958b.zip |
sys-process/criu: Fixed incomplete EAPI-6 conversion (bug #584308).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process/criu')
-rw-r--r-- | sys-process/criu/criu-2.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-process/criu/criu-2.2.ebuild b/sys-process/criu/criu-2.2.ebuild index f971fd431b64..c18ed46f68aa 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. |