Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/
Date: Mon, 04 Oct 2021 05:40:56
Message-Id: 1633326020.fffbab77fadda7389519c044825bf97558b6e259.juippis@gentoo
1 commit: fffbab77fadda7389519c044825bf97558b6e259
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 05:27:40 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 05:40:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffbab77
7
8 sys-fs/lxcfs: keyword 4.0.9 for ~x86
9
10 Bug: https://bugs.gentoo.org/816039
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 sys-fs/lxcfs/lxcfs-4.0.9.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/lxcfs/lxcfs-4.0.9.ebuild b/sys-fs/lxcfs/lxcfs-4.0.9.ebuild
17 index d867092788e..92a99fe69f2 100644
18 --- a/sys-fs/lxcfs/lxcfs-4.0.9.ebuild
19 +++ b/sys-fs/lxcfs/lxcfs-4.0.9.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxcfs/${P}.tar.gz
21
22 LICENSE="Apache-2.0"
23 SLOT="0"
24 -KEYWORDS="amd64 ~riscv"
25 +KEYWORDS="amd64 ~riscv ~x86"
26
27 RDEPEND="dev-libs/glib:2
28 sys-fs/fuse:3"