diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:24:54 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:02 +0100 |
commit | 6aa519dfea6638e20b91b27f59fced1a1b6b1b40 (patch) | |
tree | 3b72d3f5d111c7e11449f457e582b02d978196a5 | |
parent | flx/init-scripts: move to EAPI 7 (diff) | |
download | portage-6aa519dfea6638e20b91b27f59fced1a1b6b1b40.tar.xz |
flx/init-squid: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | flx/init-squid/init-squid-2.6.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/flx/init-squid/init-squid-2.6.ebuild b/flx/init-squid/init-squid-2.6.ebuild index 6e835b1d..444d4ad6 100644 --- a/flx/init-squid/init-squid-2.6.ebuild +++ b/flx/init-squid/init-squid-2.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flx-init-scripts EGIT_BRANCH="2.6-flx0" @@ -10,9 +10,7 @@ EGIT_COMMIT="v2.6.STABLE13-flx0.1" KEYWORDS="amd64 x86" RDEPEND=">=net-proxy/squid-${PV}" -src_prepare() { - default - - eapply "${FILESDIR}/${PN}-BJA-path.diff" - eapply "${FILESDIR}/${PN}-BJA-obsolete-opt.diff" -} +PATCHES=( + "${FILESDIR}/${PN}-BJA-path.diff" + "${FILESDIR}/${PN}-BJA-obsolete-opt.diff" +) |