diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:12:53 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:01 +0100 |
commit | 474e0d1c38d8cd710c9c7fecba6268a20470d579 (patch) | |
tree | 4c4c81a32764ec188d572ed8ea9f67f44fcf6b3d /flx | |
parent | flx/init-clamav: move to EAPI 7 (diff) | |
download | portage-474e0d1c38d8cd710c9c7fecba6268a20470d579.tar.xz |
flx/init-dnsmasq: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r-- | flx/init-dnsmasq/init-dnsmasq-2.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild b/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild index 7145e79f..fd1af880 100644 --- a/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild +++ b/flx/init-dnsmasq/init-dnsmasq-2.32.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.32-flx0" |