diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 06:21:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 06:22:46 +0000 |
commit | 4f0011662efcc286be20bae323f8b8ae82b5ae9f (patch) | |
tree | 1543ac6541769c8409c2b523a5bd7ac8f0b256ed /sys-apps/systemd | |
parent | dev-libs/libfmt: Stabilize 9.1.0-r1 amd64, #887027 (diff) | |
download | gentoo-4f0011662efcc286be20bae323f8b8ae82b5ae9f.tar.gz gentoo-4f0011662efcc286be20bae323f8b8ae82b5ae9f.tar.bz2 gentoo-4f0011662efcc286be20bae323f8b8ae82b5ae9f.zip |
sys-apps/systemd: Stabilize 252.4 amd64, #887749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-252.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-252.4.ebuild b/sys-apps/systemd/systemd-252.4.ebuild index 6a423f8c5593..01c7008a8cd9 100644 --- a/sys-apps/systemd/systemd-252.4.ebuild +++ b/sys-apps/systemd/systemd-252.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2022 Gentoo Authors +# Copyright 2011-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ else MY_P=${MY_PN}-${MY_PV} S=${WORKDIR}/${MY_P} SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam |