diff options
author | 2023-08-31 09:26:26 +0300 | |
---|---|---|
committer | 2023-08-31 10:07:28 +0300 | |
commit | 7879603f6a7f604e6953920d63ae51620414b166 (patch) | |
tree | 4df51b79204f66a8e3d7ecaddacb117529fdb90a /app-containers | |
parent | sys-fs/lxcfs: stabilize 5.0.4 for amd64 (diff) | |
download | gentoo-7879603f6a7f604e6953920d63ae51620414b166.tar.gz gentoo-7879603f6a7f604e6953920d63ae51620414b166.tar.bz2 gentoo-7879603f6a7f604e6953920d63ae51620414b166.zip |
app-containers/lxc: stabilize 5.0.3 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxc/lxc-5.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxc/lxc-5.0.3.ebuild b/app-containers/lxc/lxc-5.0.3.ebuild index f4a5440f13e3..822b81d6575f 100644 --- a/app-containers/lxc/lxc-5.0.3.ebuild +++ b/app-containers/lxc/lxc-5.0.3.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.502" # 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 |