diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:25:48 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:02 +0100 |
commit | 481ac239ab2ad67347750df9a24811fbaa4c6f91 (patch) | |
tree | 4038730a989698396759b92c4b34b07319667389 /flx | |
parent | flx/init-squid: move to EAPI 7 (diff) | |
download | portage-481ac239ab2ad67347750df9a24811fbaa4c6f91.tar.xz |
flx/init-syslog-ng: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r-- | flx/init-syslog-ng/init-syslog-ng-1.6.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/flx/init-syslog-ng/init-syslog-ng-1.6.ebuild b/flx/init-syslog-ng/init-syslog-ng-1.6.ebuild index c32d5977..d4d2764a 100644 --- a/flx/init-syslog-ng/init-syslog-ng-1.6.ebuild +++ b/flx/init-syslog-ng/init-syslog-ng-1.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="1.6-flx0" @@ -10,8 +10,6 @@ EGIT_COMMIT="v1.6.11-flx0.1" KEYWORDS="amd64 x86" RDEPEND=">=app-admin/syslog-ng-${PV}" -src_prepare () { - default - - eapply "${FILESDIR}/${PN}-BJA-path.diff" -} +PATCHES=( + "${FILESDIR}/${PN}-BJA-path.diff" +) |