diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 23:53:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 19:14:42 +0000 |
commit | f9b84410d0a9dd2a4e7ae9cb369f6dff547d40cc (patch) | |
tree | 24fe68864155057d3c96d1431218183e1b4ff9d8 /app-emulation/fuse | |
parent | www-misc/xxv: fix BadDefaultUseFlags (diff) | |
download | gentoo-f9b84410d0a9dd2a4e7ae9cb369f6dff547d40cc.tar.gz gentoo-f9b84410d0a9dd2a4e7ae9cb369f6dff547d40cc.tar.bz2 gentoo-f9b84410d0a9dd2a4e7ae9cb369f6dff547d40cc.zip |
app-emulation/fuse: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing
tools like e.g. packages.gentoo.org.
Dropping '-' from these flags has no impact on the actual default behaviour.
See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/fuse-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild index ddec66d72acc..aec3885d7c5a 100644 --- a/app-emulation/fuse/fuse-1.6.0.ebuild +++ b/app-emulation/fuse/fuse-1.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm joystick memlimit png -pulseaudio +xml +zlib" +IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm joystick memlimit png pulseaudio +xml +zlib" # TODO: # - allow using sdl audio driver without using for the UI |