Skip to content

Commit

Permalink
fixup! portage-stable: add incus & friends
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 committed Apr 10, 2024
1 parent fb6a0f2 commit cde2c6f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit bash-completion-r1 linux-info meson optfeature systemd toolchain-funcs verify-sig
inherit bash-completion-r1 linux-info meson-multilib optfeature systemd toolchain-funcs verify-sig

DESCRIPTION="A userspace interface for the Linux kernel containment features"
HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc"
Expand Down Expand Up @@ -71,7 +71,7 @@ pkg_setup() {
linux-info_pkg_setup
}

src_configure() {
multilib_src_configure() {
local emesonargs=(
--localstatedir "${EPREFIX}/var"

Expand Down Expand Up @@ -121,7 +121,7 @@ src_configure() {
meson_src_configure
}

src_install() {
multilib_src_install() {
meson_src_install

# The main bash-completion file will collide with lxd, need to relocate and update symlinks.
Expand Down

0 comments on commit cde2c6f

Please sign in to comment.