diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 18:12:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 18:12:36 +0200 |
commit | e9fd0de599f9883e8e390daa077add042fb604a4 (patch) | |
tree | 17165495e6d16b7629c7fa43330d658a1dbc9216 /dev-libs/libcgroup | |
parent | net-im/pidgin: Stabilize 2.14.12 arm64, #901905 (diff) | |
download | gentoo-e9fd0de599f9883e8e390daa077add042fb604a4.tar.gz gentoo-e9fd0de599f9883e8e390daa077add042fb604a4.tar.bz2 gentoo-e9fd0de599f9883e8e390daa077add042fb604a4.zip |
dev-libs/libcgroup: Stabilize 3.0.0 arm64, #901907
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libcgroup')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild b/dev-libs/libcgroup/libcgroup-3.0.0.ebuild index a5009c1da4d8..aac0e688bf5a 100644 --- a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild +++ b/dev-libs/libcgroup/libcgroup-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libcgroup/libcgroup/releases/download/v$(ver_cut 1-2 LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+daemon pam static-libs test +tools" REQUIRED_USE="daemon? ( tools )" |