summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-05-15 16:39:00 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-15 16:39:25 +0300
commitd9b5536336fff34e80c459d62a93c5427e9fbfcb (patch)
treeccd9c71cf0a26fcc9c2c8d1c33e4780de4f5b26e
parentmail-filter/exim-p0f: fix compatibility with exim-4.93 (diff)
downloadgentoo-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>
-rw-r--r--sys-fs/lxcfs/lxcfs-4.0.3.ebuild4
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() {