diff options
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-2.5.2.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 89d69613275c..83e535fe0fe0 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -63,10 +63,6 @@ dev-python/pymongo test # lack an ios device to test it kde-frameworks/solid ios -# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-20) -# sys-auth/sssd and its deps not keyworded yet -app-admin/sudo sssd - # Alex Fan <alexfanqi@yahoo.com> (2021-07-20) # hdf5-1.10 always fails tests with these 2 use flags enabled, otherwise # passes all tests on at least some systems. No longer needed for 1.12, 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" |