From 63d4826c1cf72f07c04a6367ffdee9774050718e Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 2 Sep 2025 16:09:46 +0300 Subject: [PATCH] app-containers/lxd: fix UnusedInherits in lts Signed-off-by: Joonas Niilola --- app-containers/lxd/lxd-5.21.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/lxd/lxd-5.21.4.ebuild b/app-containers/lxd/lxd-5.21.4.ebuild index 3be2b900c2c89..892198607b19c 100644 --- a/app-containers/lxd/lxd-5.21.4.ebuild +++ b/app-containers/lxd/lxd-5.21.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit bash-completion-r1 go-module linux-info optfeature systemd verify-sig +inherit go-module linux-info optfeature systemd verify-sig DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" HOMEPAGE="https://ubuntu.com/lxd https://github.com/canonical/lxd"