diff options
author | Sam James <sam@gentoo.org> | 2024-07-17 05:55:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-17 05:55:19 +0100 |
commit | dee1e5fecb792a04f777bbc00804cc1c62ff088f (patch) | |
tree | 7d3f6bc63a06816e4697d4217acd038f2a3f9dc2 /sys-auth/sssd | |
parent | sys-fs/btrfs-progs: Stabilize 6.9.2 amd64, #936190 (diff) | |
download | gentoo-dee1e5fecb792a04f777bbc00804cc1c62ff088f.tar.gz gentoo-dee1e5fecb792a04f777bbc00804cc1c62ff088f.tar.bz2 gentoo-dee1e5fecb792a04f777bbc00804cc1c62ff088f.zip |
sys-auth/sssd: Stabilize 2.9.5 amd64, #936191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/sssd')
-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 ab3b9e2d270b..c941455b4d04 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" |