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 D2DB8139694 for ; Sun, 12 Mar 2017 00:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84780E0C13; Sun, 12 Mar 2017 00:36:48 +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 5DCF2E0C13 for ; Sun, 12 Mar 2017 00:36:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F0B4340A23 for ; Sun, 12 Mar 2017 00:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20709650D for ; Sun, 12 Mar 2017 00:36:45 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1489278998.5d6ff15a0302cf7e3cbf15ae29418cd30bff3db0.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.10.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 5d6ff15a0302cf7e3cbf15ae29418cd30bff3db0 X-VCS-Branch: master Date: Sun, 12 Mar 2017 00:36:45 +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: 8d557845-e3c3-4880-aff6-14311fb52cfa X-Archives-Hash: 4b78895a7f12bd8464bec63a57bc7f75 commit: 5d6ff15a0302cf7e3cbf15ae29418cd30bff3db0 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Mar 12 00:35:48 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Mar 12 00:36:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6ff15a net-libs/gnutls: run valgrind tests when full-tests Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/gnutls/gnutls-3.5.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/gnutls/gnutls-3.5.10.ebuild b/net-libs/gnutls/gnutls-3.5.10.ebuild index 484fa8478fa..f32299f5258 100644 --- a/net-libs/gnutls/gnutls-3.5.10.ebuild +++ b/net-libs/gnutls/gnutls-3.5.10.ebuild @@ -100,6 +100,7 @@ multilib_src_configure() { $(multilib_native_use_enable guile) \ $(multilib_native_use_enable test tests) \ $(multilib_native_use_enable valgrind valgrind-tests) \ + $(multilib_native_use_enable !valgrind full-test-suite) \ $(use_enable nls) \ $(use_enable openssl openssl-compatibility) \ $(use_enable tls-heartbeat heartbeat-support) \