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 BC4F3138335 for ; Tue, 28 Aug 2018 18:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 878B5E0880; Tue, 28 Aug 2018 18:42:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6013DE0880 for ; Tue, 28 Aug 2018 18:42:04 +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 A4CDE33BE9A for ; Tue, 28 Aug 2018 18:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0111C3B8 for ; Tue, 28 Aug 2018 18:42:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535481714.bb36d297c4c920f8372844b1aaf07f006d0e9504.slyfox@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.13.1.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bb36d297c4c920f8372844b1aaf07f006d0e9504 X-VCS-Branch: master Date: Tue, 28 Aug 2018 18:42:00 +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-Archives-Salt: a7fbc9bc-2baf-47c3-9271-b4368cb4df89 X-Archives-Hash: e49c823745da305ffa66d297ad2c7cdf commit: bb36d297c4c920f8372844b1aaf07f006d0e9504 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Aug 28 16:50:54 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 28 18:41:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb36d297 sys-auth/sssd: keyworded 1.13.1 for sparc, bug #540540 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" sys-auth/sssd/sssd-1.13.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/sssd/sssd-1.13.1.ebuild b/sys-auth/sssd/sssd-1.13.1.ebuild index b38199daaf0..c3b23efc736 100644 --- a/sys-auth/sssd/sssd-1.13.1.ebuild +++ b/sys-auth/sssd/sssd-1.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"