Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcgroup/
Date: Fri, 17 Mar 2023 16:12:46
Message-Id: 1679069556.e9fd0de599f9883e8e390daa077add042fb604a4.arthurzam@gentoo
1 commit: e9fd0de599f9883e8e390daa077add042fb604a4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 16:12:36 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 16:12:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fd0de5
7
8 dev-libs/libcgroup: Stabilize 3.0.0 arm64, #901907
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-libs/libcgroup/libcgroup-3.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild b/dev-libs/libcgroup/libcgroup-3.0.0.ebuild
16 index a5009c1da4d8..aac0e688bf5a 100644
17 --- a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild
18 +++ b/dev-libs/libcgroup/libcgroup-3.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libcgroup/libcgroup/releases/download/v$(ver_cut 1-2
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
30 +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
31 IUSE="+daemon pam static-libs test +tools"
32 REQUIRED_USE="daemon? ( tools )"