diff options
author | 2025-01-12 13:41:12 +0000 | |
---|---|---|
committer | 2025-01-12 13:41:12 +0000 | |
commit | 4b210467676042e21194097156f2605f7ccb3707 (patch) | |
tree | 06889096766ea216bb2650aac5a55a4879261120 /sys-auth/sssd/sssd-2.9.6.ebuild | |
parent | app-admin/sudo: Stabilize 1.9.16_p2-r1 arm, #947948 (diff) | |
download | gentoo-4b210467676042e21194097156f2605f7ccb3707.tar.gz gentoo-4b210467676042e21194097156f2605f7ccb3707.tar.bz2 gentoo-4b210467676042e21194097156f2605f7ccb3707.zip |
sys-auth/sssd: Stabilize 2.9.6 x86, #947949
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/sssd/sssd-2.9.6.ebuild')
-rw-r--r-- | sys-auth/sssd/sssd-2.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-2.9.6.ebuild b/sys-auth/sssd/sssd-2.9.6.ebuild index cdb1bc58d5fc..91f5226938c3 100644 --- a/sys-auth/sssd/sssd-2.9.6.ebuild +++ b/sys-auth/sssd/sssd-2.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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" |