From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0ADA5138334 for ; Sat, 12 Oct 2019 18:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38CA0E0878; Sat, 12 Oct 2019 18:49:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 252FBE0878 for ; Sat, 12 Oct 2019 18:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16AA334BCA8 for ; Sat, 12 Oct 2019 18:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3823772 for ; Sat, 12 Oct 2019 18:49:15 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570906137.a3a567e9923f575a1b30b30cbe0b0086449b7fd0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-1.16.3-r3.ebuild sys-auth/sssd/sssd-2.1.0-r1.ebuild sys-auth/sssd/sssd-2.2.0-r1.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a3a567e9923f575a1b30b30cbe0b0086449b7fd0 X-VCS-Branch: master Date: Sat, 12 Oct 2019 18:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 513d1bc7-33a7-4e4b-a57d-94ceb8bc2692 X-Archives-Hash: 00aa7a6ca8f209db776037e2b6e94347 commit: a3a567e9923f575a1b30b30cbe0b0086449b7fd0 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 18:48:57 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 18:48:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a567e9 sys-auth/sssd: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/sssd/sssd-1.16.3-r3.ebuild | 2 +- sys-auth/sssd/sssd-2.1.0-r1.ebuild | 2 +- sys-auth/sssd/sssd-2.2.0-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/sssd/sssd-1.16.3-r3.ebuild b/sys-auth/sssd/sssd-1.16.3-r3.ebuild index 258ac366ddd..80746e16410 100644 --- a/sys-auth/sssd/sssd-1.16.3-r3.ebuild +++ b/sys-auth/sssd/sssd-1.16.3-r3.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh test" COMMON_DEP=" - >=virtual/pam-0-r1[${MULTILIB_USEDEP}] + >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}] >=dev-libs/popt-1.16 dev-libs/glib:2 >=dev-libs/ding-libs-0.2 diff --git a/sys-auth/sssd/sssd-2.1.0-r1.ebuild b/sys-auth/sssd/sssd-2.1.0-r1.ebuild index baa8c104757..e89158a5090 100644 --- a/sys-auth/sssd/sssd-2.1.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.1.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh test" COMMON_DEP=" - >=virtual/pam-0-r1[${MULTILIB_USEDEP}] + >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}] >=dev-libs/popt-1.16 dev-libs/glib:2 >=dev-libs/ding-libs-0.2 diff --git a/sys-auth/sssd/sssd-2.2.0-r1.ebuild b/sys-auth/sssd/sssd-2.2.0-r1.ebuild index baa8c104757..e89158a5090 100644 --- a/sys-auth/sssd/sssd-2.2.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.2.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh test" COMMON_DEP=" - >=virtual/pam-0-r1[${MULTILIB_USEDEP}] + >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}] >=dev-libs/popt-1.16 dev-libs/glib:2 >=dev-libs/ding-libs-0.2