diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-31 01:42:41 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-31 01:44:06 +0200 |
commit | 833d21eb8aa2f3a804f751361928207f06138f01 (patch) | |
tree | d8fed5122183b79d765ea31d22af25eb6c923c86 /sys-fs/clamfs | |
parent | media-libs/assimp: Stabilize 5.4.2 arm64, #936952 (diff) | |
download | gentoo-833d21eb8aa2f3a804f751361928207f06138f01.tar.gz gentoo-833d21eb8aa2f3a804f751361928207f06138f01.tar.bz2 gentoo-833d21eb8aa2f3a804f751361928207f06138f01.zip |
sys-fs/clamfs: update EAPI 7 -> 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs/clamfs')
-rw-r--r-- | sys-fs/clamfs/clamfs-1.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/clamfs/clamfs-1.3.0.ebuild b/sys-fs/clamfs/clamfs-1.3.0.ebuild index 11936b72211f..24f3b99c29a2 100644 --- a/sys-fs/clamfs/clamfs-1.3.0.ebuild +++ b/sys-fs/clamfs/clamfs-1.3.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit autotools linux-info DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus file scanning" |