diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:23:41 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:06 +0100 |
commit | 87c6a1e3d2ad61abb519beb723b44472ed0f58c1 (patch) | |
tree | 7fec9fc7aa29655039659fba733a9fb1fc15be02 | |
parent | media-tv/congruity: move to EAPI 7 (diff) | |
download | portage-87c6a1e3d2ad61abb519beb723b44472ed0f58c1.tar.xz |
flx/fs: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | flx/fs/fs-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flx/fs/fs-0.ebuild b/flx/fs/fs-0.ebuild index b98b89e3..a7d141a8 100644 --- a/flx/fs/fs-0.ebuild +++ b/flx/fs/fs-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 flx-tools DESCRIPTION="a dumb one" |