diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-12 03:47:45 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-12 03:56:18 -0600 |
commit | a5afd9975a438d0ed963fbeba2e6d9182488b419 (patch) | |
tree | d17393fbc8d951f321a7af045e505bbff8eff9fb /sys-fs/fuse-common | |
parent | net-libs/nodejs: Version 10.14.2 (diff) | |
download | gentoo-a5afd9975a438d0ed963fbeba2e6d9182488b419.tar.gz gentoo-a5afd9975a438d0ed963fbeba2e6d9182488b419.tar.bz2 gentoo-a5afd9975a438d0ed963fbeba2e6d9182488b419.zip |
sys-fs/fuse-common: move mount.fuse binary/man page to fuse pkg
Since >=fuse-3.3.0 the mount.fuse3 binary links against the fuse library
so it can't be used as a common file between the slotted library
versions. Now each slot will install their own man pages and binaries.
Closes: https://bugs.gentoo.org/672968
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-fs/fuse-common')
-rw-r--r-- | sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild (renamed from sys-fs/fuse-common/fuse-common-3.3.0.ebuild) | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys-fs/fuse-common/fuse-common-3.3.0.ebuild b/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild index ecc727e5723d..5bfc1b515372 100644 --- a/sys-fs/fuse-common/fuse-common-3.3.0.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit meson udev flag-o-matic +inherit udev DESCRIPTION="Common files for multiple slots of sys-fs/fuse" HOMEPAGE="https://github.com/libfuse/libfuse" @@ -18,25 +18,7 @@ RDEPEND="!<sys-fs/fuse-2.9.7-r1:0" S=${WORKDIR}/fuse-${PV} -# tests run in sys-fs/fuse -RESTRICT="test" - -src_prepare() { - default - - # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198 - filter-flags -flto* -} - -src_configure() { - local emesonargs=( -Dudevrulesdir="$(get_udevdir)"/rules.d ) - meson_src_configure -} - src_install() { - newsbin "${BUILD_DIR}"/util/mount.fuse3 mount.fuse - newman doc/mount.fuse3.8 mount.fuse.8 - udev_newrules util/udev.rules 99-fuse.rules if use kernel_linux ; then |