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 9CC72138359 for ; Sat, 15 Aug 2020 02:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E355FE0864; Sat, 15 Aug 2020 02:12:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CDC9FE0864 for ; Sat, 15 Aug 2020 02:12:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D441934F3D4 for ; Sat, 15 Aug 2020 02:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871D8314 for ; Sat, 15 Aug 2020 02:12:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1597457522.5a113bc740b861e2073c0019e4339c540d35cf70.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-2.3.1.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5a113bc740b861e2073c0019e4339c540d35cf70 X-VCS-Branch: master Date: Sat, 15 Aug 2020 02:12:30 +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: 986b37cc-d905-4481-8467-be2c974fc7b6 X-Archives-Hash: 400fb14c68b7c0c83e1b087ae85c1445 commit: 5a113bc740b861e2073c0019e4339c540d35cf70 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 15 02:10:53 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 15 02:12:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a113bc7 sys-auth/sssd: Run tests Signed-off-by: Matt Turner gentoo.org> sys-auth/sssd/sssd-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild index dc2ccb3680b..d86b7fb3008 100644 --- a/sys-auth/sssd/sssd-2.3.1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1.ebuild @@ -239,7 +239,7 @@ multilib_src_install_all() { } multilib_src_test() { - default + emake check } pkg_postinst() {