diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-10-20 09:26:05 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-20 09:26:05 +0300 |
commit | b2b8d20edaac21018e824a8e59791ee3842cf42a (patch) | |
tree | ddf995c43d0539f7189bcc336d0f920cd84a1b5d /app-containers | |
parent | sys-fs/lxcfs: stabilize 6.0.2 for amd64 (diff) | |
download | gentoo-b2b8d20edaac21018e824a8e59791ee3842cf42a.tar.gz gentoo-b2b8d20edaac21018e824a8e59791ee3842cf42a.tar.bz2 gentoo-b2b8d20edaac21018e824a8e59791ee3842cf42a.zip |
app-containers/lxc: stabilize 6.0.2 for x86
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxc/lxc-6.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxc/lxc-6.0.2.ebuild b/app-containers/lxc/lxc-6.0.2.ebuild index 3917c9589db5..e8764cca0c6b 100644 --- a/app-containers/lxc/lxc-6.0.2.ebuild +++ b/app-containers/lxc/lxc-6.0.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1 LGPL-3" SLOT="0/1.8" # SONAME liblxc.so.1 + ${PV//./} _if_ breaking ABI change while bumping. -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="apparmor +caps examples io-uring lto man pam seccomp selinux ssl systemd test +tools" RDEPEND="acct-group/lxc |