diff options
author | Sam James <sam@gentoo.org> | 2024-03-25 08:38:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-25 08:38:07 +0000 |
commit | 48be9302ee7b1647f5da5b6880e396917e2521ef (patch) | |
tree | 299922aae03665a4406dd8baab7ca3a77e91fcb4 /sys-auth | |
parent | games-util/cartridges: Stabilize 2.7.3 amd64, #927762 (diff) | |
download | gentoo-48be9302ee7b1647f5da5b6880e396917e2521ef.tar.gz gentoo-48be9302ee7b1647f5da5b6880e396917e2521ef.tar.bz2 gentoo-48be9302ee7b1647f5da5b6880e396917e2521ef.zip |
sys-auth/sssd: Stabilize 2.9.4 x86, #926424
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-2.9.4.ebuild b/sys-auth/sssd/sssd-2.9.4.ebuild index 351cc7c33633..c0ab8a678a6a 100644 --- a/sys-auth/sssd/sssd-2.9.4.ebuild +++ b/sys-auth/sssd/sssd-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ DESCRIPTION="System Security Services Daemon provides access to identity and aut HOMEPAGE="https://github.com/SSSD/sssd" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/SSSD/sssd/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/SSSD/sssd.git" |