diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-10-03 23:32:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-10-03 23:33:11 +0200 |
commit | a27f638ad4b22d8c05fca976073ac85ed963e2c3 (patch) | |
tree | 7075cddb4dbcc322172f5752a9b257f4cf78217c /sys-kernel/linux-headers | |
parent | dev-python/dominate: remove old (diff) | |
download | gentoo-a27f638ad4b22d8c05fca976073ac85ed963e2c3.tar.gz gentoo-a27f638ad4b22d8c05fca976073ac85ed963e2c3.tar.bz2 gentoo-a27f638ad4b22d8c05fca976073ac85ed963e2c3.zip |
sys-kernel/linux-headers: EAPI=6: use eapply (didnt find epatch before!)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'sys-kernel/linux-headers')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild (renamed from sys-kernel/linux-headers/linux-headers-4.14.ebuild) | 4 | ||||
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-4.15-r1.ebuild (renamed from sys-kernel/linux-headers/linux-headers-4.15.ebuild) | 4 | ||||
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-4.16-r2.ebuild (renamed from sys-kernel/linux-headers/linux-headers-4.16-r1.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-4.14.ebuild b/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 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 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() { |