summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/crun/crun-1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/crun/crun-1.3.ebuild b/app-emulation/crun/crun-1.3.ebuild
index 6461366af873..5de80d420e29 100644
--- a/app-emulation/crun/crun-1.3.ebuild
+++ b/app-emulation/crun/crun-1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-inherit autotools python-any-r1
+inherit python-any-r1
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
HOMEPAGE="https://github.com/containers/crun"