diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-09-19 08:44:58 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-09-19 08:44:58 +0300 |
commit | de48567ddd6bd01690cad506547cead13e088d54 (patch) | |
tree | 797d24a742ea7b445395620ee874032e3c66eaaa /app-containers | |
parent | app-containers/lxc: stabilize 6.0.1 for x86 (diff) | |
download | gentoo-de48567ddd6bd01690cad506547cead13e088d54.tar.gz gentoo-de48567ddd6bd01690cad506547cead13e088d54.tar.bz2 gentoo-de48567ddd6bd01690cad506547cead13e088d54.zip |
app-containers/lxc: stabilize 6.0.1 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxc/lxc-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxc/lxc-6.0.1.ebuild b/app-containers/lxc/lxc-6.0.1.ebuild index f1948a2a6c3f..415d5d6ed638 100644 --- a/app-containers/lxc/lxc-6.0.1.ebuild +++ b/app-containers/lxc/lxc-6.0.1.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 |