From 662e98dacb0da927fec0f9e66961c73cf658988b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 28 Aug 2021 03:42:59 +0100 Subject: sys-fs/fuse: add iconv/gettext macro to avoid dependency in :2 Closes: https://bugs.gentoo.org/809920 Signed-off-by: Sam James --- sys-fs/fuse/fuse-2.9.9-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys-fs/fuse/fuse-2.9.9-r1.ebuild') diff --git a/sys-fs/fuse/fuse-2.9.9-r1.ebuild b/sys-fs/fuse/fuse-2.9.9-r1.ebuild index d7a2b42e6113..c8d15352dff6 100644 --- a/sys-fs/fuse/fuse-2.9.9-r1.ebuild +++ b/sys-fs/fuse/fuse-2.9.9-r1.ebuild @@ -8,6 +8,9 @@ inherit autotools flag-o-matic linux-info udev DESCRIPTION="An interface for filesystems implemented in userspace" HOMEPAGE="https://github.com/libfuse/libfuse" SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz" +# For bug #809920 to avoid a gettext dependency +# extracted from sys-devel/gettext-0.21-r1 +SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/iconv.m4.bz2" LICENSE="GPL-2" SLOT="0" @@ -38,6 +41,8 @@ pkg_setup() { src_prepare() { default + # Can be dropped along with additional SRC_URI if dropping eautoreconf + cp "${WORKDIR}"/iconv.m4 m4/ || die eautoreconf } -- cgit v1.2.3-65-gdbad