From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 307D11384C0 for ; Fri, 28 Aug 2015 11:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBD414208; Fri, 28 Aug 2015 11:50:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4594214208 for ; Fri, 28 Aug 2015 11:50:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16B98340753 for ; Fri, 28 Aug 2015 11:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A443155 for ; Fri, 28 Aug 2015 11:50:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1440762618.7854c0d834d3abd20a9b4a51019981b5ec4edf8f.polynomial-c@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.12.1.ebuild sys-auth/sssd/sssd-1.12.4.ebuild sys-auth/sssd/sssd-1.12.5.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7854c0d834d3abd20a9b4a51019981b5ec4edf8f X-VCS-Branch: master Date: Fri, 28 Aug 2015 11:50:19 +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: c5d47503-cdc7-4418-bcb9-431ddcf100b3 X-Archives-Hash: 63e3443f5f861e8fc53a8b0f9463095c commit: 7854c0d834d3abd20a9b4a51019981b5ec4edf8f Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 28 11:49:11 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 28 11:50:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7854c0d8 sys-auth/sssd: Stick to automake-1.13 (bug #557436) Committed on behalf of Markos Chandras (hwoarang) Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> sys-auth/sssd/sssd-1.12.1.ebuild | 2 ++ sys-auth/sssd/sssd-1.12.4.ebuild | 2 ++ sys-auth/sssd/sssd-1.12.5.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild index a07caa3..42ee7e8 100644 --- a/sys-auth/sssd/sssd-1.12.1.ebuild +++ b/sys-auth/sssd/sssd-1.12.1.ebuild @@ -6,6 +6,8 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) +WANT_AUTOMAKE="1.13" + AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all diff --git a/sys-auth/sssd/sssd-1.12.4.ebuild b/sys-auth/sssd/sssd-1.12.4.ebuild index bb77a62..be652fd 100644 --- a/sys-auth/sssd/sssd-1.12.4.ebuild +++ b/sys-auth/sssd/sssd-1.12.4.ebuild @@ -6,6 +6,8 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +WANT_AUTOMAKE="1.13" + inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" diff --git a/sys-auth/sssd/sssd-1.12.5.ebuild b/sys-auth/sssd/sssd-1.12.5.ebuild index bb77a62..be652fd 100644 --- a/sys-auth/sssd/sssd-1.12.5.ebuild +++ b/sys-auth/sssd/sssd-1.12.5.ebuild @@ -6,6 +6,8 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +WANT_AUTOMAKE="1.13" + inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication"