From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 316FC138334 for ; Tue, 11 Dec 2018 07:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB6BE08F2; Tue, 11 Dec 2018 07:15:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F37DCE08F2 for ; Tue, 11 Dec 2018 07:15:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19EB8335C38 for ; Tue, 11 Dec 2018 07:15:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D2D463 for ; Tue, 11 Dec 2018 07:15:13 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1544512338.edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-common/fuse-common-3.2.6.ebuild X-VCS-Directories: sys-fs/fuse-common/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15 X-VCS-Branch: master Date: Tue, 11 Dec 2018 07:15:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0041ade3-6158-49bb-bc86-fa49f7ea9e9c X-Archives-Hash: 7d15e9589c1573ed27c05c78df1e5022 commit: edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15 Author: Tim Harder gentoo org> AuthorDate: Tue Dec 11 07:09:42 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Dec 11 07:12:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbfc899 sys-fs/fuse-common: fix install on systems without udev Closes: https://bugs.gentoo.org/672912 Signed-off-by: Tim Harder gentoo.org> sys-fs/fuse-common/fuse-common-3.2.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild index 9e426d8256a..d5c5ba2c48b 100644 --- a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild @@ -28,6 +28,11 @@ src_prepare() { 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