Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/
Date: Tue, 03 Jan 2023 06:23:27
Message-Id: 1672726967.5013bc7720ecf9c02fafac4b862d33c122429cd6.sam@gentoo
1 commit: 5013bc7720ecf9c02fafac4b862d33c122429cd6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 06:22:01 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 06:22:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5013bc77
7
8 sys-apps/systemd-utils: Stabilize 251.10 amd64, #887751
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/systemd-utils/systemd-utils-251.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/systemd-utils/systemd-utils-251.10.ebuild b/sys-apps/systemd-utils/systemd-utils-251.10.ebuild
16 index e3565a14d72b..b589dcddb59d 100644
17 --- a/sys-apps/systemd-utils/systemd-utils-251.10.ebuild
18 +++ b/sys-apps/systemd-utils/systemd-utils-251.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 Gentoo Authors
21 +# Copyright 2022-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -26,7 +26,7 @@ SRC_URI+=" elibc_musl? ( https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
26
27 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 IUSE="+acl boot +kmod selinux split-usr sysusers +tmpfiles test +udev"
32 REQUIRED_USE="|| ( boot tmpfiles sysusers udev )"
33 RESTRICT="!test? ( test )"