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 9854D139694 for ; Fri, 31 Mar 2017 08:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F57E0BD8; Fri, 31 Mar 2017 08:46:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0476E0BD8 for ; Fri, 31 Mar 2017 08:46:07 +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 DBB22341130 for ; Fri, 31 Mar 2017 08:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A63F273DD for ; Fri, 31 Mar 2017 08:46:04 +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: <1490949960.ecec91ff714497218ecac99b3847a0aba221c180.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cifs-utils/cifs-utils-6.7.ebuild X-VCS-Directories: net-fs/cifs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ecec91ff714497218ecac99b3847a0aba221c180 X-VCS-Branch: master Date: Fri, 31 Mar 2017 08:46:04 +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: 063c66e4-e07d-4a25-aae8-b14eb3e256ad X-Archives-Hash: 8c4ee55d922e21d9c663853ac0fde082 commit: ecec91ff714497218ecac99b3847a0aba221c180 Author: Zhao Yongming gmail com> AuthorDate: Fri Mar 31 01:06:31 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 31 08:46:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecec91ff cifs-utils-6.7 fix heimdal testing Closes: https://github.com/gentoo/gentoo/pull/4332 net-fs/cifs-utils/cifs-utils-6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/cifs-utils/cifs-utils-6.7.ebuild b/net-fs/cifs-utils/cifs-utils-6.7.ebuild index d008076005a..e312ad6cd2b 100644 --- a/net-fs/cifs-utils/cifs-utils-6.7.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.7.ebuild @@ -53,7 +53,7 @@ pkg_setup() { src_prepare() { default - if has app-crypt/heimdal ; then + if has_version app-crypt/heimdal ; then # https://bugs.gentoo.org/612584 eapply "${FILESDIR}/${PN}-6.7-heimdal.patch" fi