diff options
author | 2024-08-11 08:51:27 +0300 | |
---|---|---|
committer | 2024-08-11 10:37:02 +0300 | |
commit | 87eebd4e643924386f8e478bef9d9fc29e3b3b03 (patch) | |
tree | 8a6903ac379c728ee46fdf96b79b985743326763 /sys-fs | |
parent | profiles: Mask ~dev-util/kdevelop-pg-qt-2.3.0 until 24.08 arrives (diff) | |
download | gentoo-87eebd4e643924386f8e478bef9d9fc29e3b3b03.tar.gz gentoo-87eebd4e643924386f8e478bef9d9fc29e3b3b03.tar.bz2 gentoo-87eebd4e643924386f8e478bef9d9fc29e3b3b03.zip |
sys-fs/lxcfs: stabilize 6.0.1 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/lxcfs/lxcfs-6.0.1.ebuild b/sys-fs/lxcfs/lxcfs-6.0.1.ebuild index 3325c391425a..e90cf5629f5b 100644 --- a/sys-fs/lxcfs/lxcfs-6.0.1.ebuild +++ b/sys-fs/lxcfs/lxcfs-6.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxcfs/${P}.tar.gz LICENSE="Apache-2.0 LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="doc test" DEPEND="sys-fs/fuse:3" |