sys-fs/fuse: flag-o-matic--, toolchain-funcs-- where possible

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-16 21:26:35 +01:00
parent f0f581bb93
commit bbd8ed6239
4 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flag-o-matic libtool linux-info udev toolchain-funcs
inherit flag-o-matic libtool linux-info udev
DESCRIPTION="An interface for filesystems implemented in userspace"
HOMEPAGE="https://github.com/libfuse/libfuse"

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit meson multilib-minimal flag-o-matic udev python-any-r1
PYTHON_COMPAT=( python3_{7,8,9} )
inherit meson multilib-minimal udev python-any-r1
DESCRIPTION="An interface for filesystems implemented in userspace"
HOMEPAGE="https://github.com/libfuse/libfuse"

View File

@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit meson multilib-minimal flag-o-matic udev python-any-r1
PYTHON_COMPAT=( python3_{7,8,9} )
inherit meson multilib-minimal udev python-any-r1
DESCRIPTION="An interface for filesystems implemented in userspace"
HOMEPAGE="https://github.com/libfuse/libfuse"

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8} )
inherit meson multilib-minimal flag-o-matic udev python-any-r1
DESCRIPTION="An interface for filesystems implemented in userspace"