Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-auth/sssd/
Date: Fri, 25 Sep 2020 01:20:23
Message-Id: 1600996794.c67d0fc8b07ef8bd04bb92c3b539db7e4b407659.mattst88@gentoo
1 commit: c67d0fc8b07ef8bd04bb92c3b539db7e4b407659
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 01:19:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 01:19:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67d0fc8
7
8 sys-auth/sssd: Rev version and unmask
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 profiles/package.mask | 4 ----
13 sys-auth/sssd/{sssd-2.3.1.ebuild => sssd-2.3.1-r1.ebuild} | 2 +-
14 2 files changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/profiles/package.mask b/profiles/package.mask
17 index fbc7e146044..dd8e043da6a 100644
18 --- a/profiles/package.mask
19 +++ b/profiles/package.mask
20 @@ -667,10 +667,6 @@ dev-ada/gnatcoll-db
21 >=dev-libs/vala-common-0.49
22 dev-lang/vala:0.50
23
24 -# Matt Turner <mattst88@g.o> (2020-08-13)
25 -# Masked for testing
26 ->=sys-auth/sssd-2.3.0
27 -
28 # Jonas Stein <jstein@g.o> (2020-08-13)
29 # One of many password generators, but with dead upstream in this case.
30 # Masked for removal after 2020-10-01.
31
32 diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1-r1.ebuild
33 similarity index 98%
34 rename from sys-auth/sssd/sssd-2.3.1.ebuild
35 rename to sys-auth/sssd/sssd-2.3.1-r1.ebuild
36 index 72dab04b2dc..196c37e1b93 100644
37 --- a/sys-auth/sssd/sssd-2.3.1.ebuild
38 +++ b/sys-auth/sssd/sssd-2.3.1-r1.ebuild
39 @@ -10,7 +10,7 @@ inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam
40 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
41 HOMEPAGE="https://github.com/SSSD/sssd"
42 SRC_URI="https://github.com/SSSD/sssd/releases/download/${PN}-${PV//./_}/${P}.tar.gz"
43 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
44 +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
45
46 LICENSE="GPL-3"
47 SLOT="0"