diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-10-10 14:47:05 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-10-10 15:20:06 +0300 |
commit | 716eeff10397b2457164de38cba706a583003752 (patch) | |
tree | 0d06771c73d4e78076e18622dfdad4ce954ee5e7 /sys-fs/lxcfs | |
parent | dev-libs/raft: drop 0.14.0 (diff) | |
download | gentoo-716eeff10397b2457164de38cba706a583003752.tar.gz gentoo-716eeff10397b2457164de38cba706a583003752.tar.bz2 gentoo-716eeff10397b2457164de38cba706a583003752.zip |
sys-fs/lxcfs: stabilize 5.0.2-r1 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/lxcfs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild b/sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild index 23eccfc4b1f7..e47074074d12 100644 --- a/sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild +++ b/sys-fs/lxcfs/lxcfs-5.0.2-r1.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" |