diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-09-24 18:19:16 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-09-24 18:19:54 -0700 |
commit | c67d0fc8b07ef8bd04bb92c3b539db7e4b407659 (patch) | |
tree | f3191e39dee998a29ac5f1f1ae3069c2416f3b37 | |
parent | sys-cluster/ceph: Revbumps, fix for systemd units (bug #604328) (diff) | |
download | gentoo-c67d0fc8b07ef8bd04bb92c3b539db7e4b407659.tar.gz gentoo-c67d0fc8b07ef8bd04bb92c3b539db7e4b407659.tar.bz2 gentoo-c67d0fc8b07ef8bd04bb92c3b539db7e4b407659.zip |
sys-auth/sssd: Rev version and unmask
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | profiles/package.mask | 4 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-2.3.1-r1.ebuild (renamed from sys-auth/sssd/sssd-2.3.1.ebuild) | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index fbc7e1460449..dd8e043da6a8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -667,10 +667,6 @@ dev-ada/gnatcoll-db >=dev-libs/vala-common-0.49 dev-lang/vala:0.50 -# Matt Turner <mattst88@gentoo.org> (2020-08-13) -# Masked for testing ->=sys-auth/sssd-2.3.0 - # Jonas Stein <jstein@gentoo.org> (2020-08-13) # One of many password generators, but with dead upstream in this case. # Masked for removal after 2020-10-01. diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1-r1.ebuild index 72dab04b2dc2..196c37e1b93e 100644 --- a/sys-auth/sssd/sssd-2.3.1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam 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/${PN}-${PV//./_}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" LICENSE="GPL-3" SLOT="0" |