diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-15 16:39:00 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-15 16:39:25 +0300 |
commit | d9b5536336fff34e80c459d62a93c5427e9fbfcb (patch) | |
tree | ccd9c71cf0a26fcc9c2c8d1c33e4780de4f5b26e /sys-fs | |
parent | mail-filter/exim-p0f: fix compatibility with exim-4.93 (diff) | |
download | gentoo-d9b5536336fff34e80c459d62a93c5427e9fbfcb.tar.gz gentoo-d9b5536336fff34e80c459d62a93c5427e9fbfcb.tar.bz2 gentoo-d9b5536336fff34e80c459d62a93c5427e9fbfcb.zip |
sys-fs/lxcfs: use autotools.eclass instead of custom bootstrap
Closes: https://bugs.gentoo.org/723236
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 4 |
1 files 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 0a8970439c2d..726fa0659d7c 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() { |