diff options
author | Sam James <sam@gentoo.org> | 2024-07-17 05:55:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-17 05:55:20 +0100 |
commit | b7ebabc10ebb16ae139b7d648a579ee74d41332d (patch) | |
tree | 4d7814f96651e1cc3a04b4ff8d3f16cfa86dcf2e /sys-auth | |
parent | sys-auth/sssd: Stabilize 2.9.5 amd64, #936191 (diff) | |
download | gentoo-b7ebabc10ebb16ae139b7d648a579ee74d41332d.tar.gz gentoo-b7ebabc10ebb16ae139b7d648a579ee74d41332d.tar.bz2 gentoo-b7ebabc10ebb16ae139b7d648a579ee74d41332d.zip |
sys-auth/sssd: Stabilize 2.9.5 x86, #936191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.9.5.ebuild b/sys-auth/sssd/sssd-2.9.5.ebuild index c941455b4d04..d83be12eeecc 100644 --- a/sys-auth/sssd/sssd-2.9.5.ebuild +++ b/sys-auth/sssd/sssd-2.9.5.ebuild @@ -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" |