diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:31:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:03 +0100 |
commit | 60f19a0296cea95201d7c317126eed75e16ca87e (patch) | |
tree | abac04c8cb8fcea7dd9cd30b53edc4f1fbf8392b /flx | |
parent | flx/lsb: move to EAPI 7 (diff) | |
download | portage-60f19a0296cea95201d7c317126eed75e16ca87e.tar.xz |
flx/preinit: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r-- | flx/preinit/preinit-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flx/preinit/preinit-0.ebuild b/flx/preinit/preinit-0.ebuild index 572aef28..121c266f 100644 --- a/flx/preinit/preinit-0.ebuild +++ b/flx/preinit/preinit-0.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 savedconfig DESCRIPTION=".preinit file" |