commit: d9b5536336fff34e80c459d62a93c5427e9fbfcb Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri May 15 13:39:00 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri May 15 13:39:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b55363
sys-fs/lxcfs: use autotools.eclass instead of custom bootstrap Closes: https://bugs.gentoo.org/723236 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild index 0a8970439c2..726fa0659d7 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit autotools systemd DESCRIPTION="FUSE filesystem for LXC" HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ https://github.com/lxc/lxcfs/" @@ -28,7 +28,7 @@ S="${WORKDIR}/${PN}-${P}" src_prepare() { default - ./bootstrap.sh || die "Failed to bootstrap configure files" + eautoreconf } src_configure() {
