From: Andreas K. Hüttel Date: Wed, 3 Oct 2018 21:32:50 +0000 (+0200) Subject: sys-kernel/linux-headers: EAPI=6: use eapply (didnt find epatch before!) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a27f638ad4b22d8c05fca976073ac85ed963e2c3;p=gentoo.git sys-kernel/linux-headers: EAPI=6: use eapply (didnt find epatch before!) Signed-off-by: Andreas K. Hüttel Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/sys-kernel/linux-headers/linux-headers-4.14.ebuild b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild similarity index 92% rename from sys-kernel/linux-headers/linux-headers-4.14.ebuild rename to sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild index 3f0f236b112e..48f732fede33 100644 --- a/sys-kernel/linux-headers/linux-headers-4.14.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ src_unpack() { src_prepare() { default - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} + [[ -n ${PATCH_VER} ]] && eapply "${WORKDIR}/${PV}"/*.patch } src_install() { diff --git a/sys-kernel/linux-headers/linux-headers-4.15.ebuild b/sys-kernel/linux-headers/linux-headers-4.15-r1.ebuild similarity index 92% rename from sys-kernel/linux-headers/linux-headers-4.15.ebuild rename to sys-kernel/linux-headers/linux-headers-4.15-r1.ebuild index e85428405f31..40da92cde1f3 100644 --- a/sys-kernel/linux-headers/linux-headers-4.15.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -27,7 +27,7 @@ src_unpack() { src_prepare() { default - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} + [[ -n ${PATCH_VER} ]] && eapply "${WORKDIR}/${PV}"/*.patch } src_install() { diff --git a/sys-kernel/linux-headers/linux-headers-4.16-r1.ebuild b/sys-kernel/linux-headers/linux-headers-4.16-r2.ebuild similarity index 93% rename from sys-kernel/linux-headers/linux-headers-4.16-r1.ebuild rename to sys-kernel/linux-headers/linux-headers-4.16-r2.ebuild index 2a419772a98e..a8906fa89407 100644 --- a/sys-kernel/linux-headers/linux-headers-4.16-r1.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -30,7 +30,7 @@ src_unpack() { src_prepare() { default - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} + [[ -n ${PATCH_VER} ]] && eapply "${WORKDIR}/${PV}"/*.patch } src_install() {