diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-17 10:34:27 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-17 10:36:28 +0100 |
commit | afd61473f3a1853711784334db5a248802ac3157 (patch) | |
tree | 5bc845b1aa45c4d69e56dbc03edf44f3a49ffdee /sys-auth | |
parent | sys-libs/libfaketime: keyword for -riscv (diff) | |
download | gentoo-afd61473f3a1853711784334db5a248802ac3157.tar.gz gentoo-afd61473f3a1853711784334db5a248802ac3157.tar.bz2 gentoo-afd61473f3a1853711784334db5a248802ac3157.zip |
sys-auth/sssd: keyword 2.5.2 for ~riscv
With sys-libs/libfaketime installed manually, passes all tests.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-2.5.2.ebuild b/sys-auth/sssd/sssd-2.5.2.ebuild index 3c3af9abb66e..4759c47cccdb 100644 --- a/sys-auth/sssd/sssd-2.5.2.ebuild +++ b/sys-auth/sssd/sssd-2.5.2.ebuild @@ -3,14 +3,14 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="https://github.com/SSSD/sssd" SRC_URI="https://github.com/SSSD/sssd/releases/download/${PV}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" LICENSE="GPL-3" SLOT="0" |