commit: 63d4826c1cf72f07c04a6367ffdee9774050718e Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Sep 2 13:09:46 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 13:10:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d4826c
app-containers/lxd: fix UnusedInherits in lts Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> 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 3be2b900c2c8..892198607b19 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"
