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 B466F139085 for ; Thu, 5 Jan 2017 13:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC312241A7; Thu, 5 Jan 2017 13:35:29 +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 E985B2241A7 for ; Thu, 5 Jan 2017 13:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AB0433FECD for ; Thu, 5 Jan 2017 13:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF34F2604 for ; Thu, 5 Jan 2017 13:35:26 +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: <1483622405.44ce4b058f527316bc8fd5f8eaf4a282f5ce9703.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.4.17.ebuild net-libs/gnutls/gnutls-3.5.7.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 44ce4b058f527316bc8fd5f8eaf4a282f5ce9703 X-VCS-Branch: master Date: Thu, 5 Jan 2017 13:35:26 +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: 9c46134c-95eb-45e0-883c-4ef9cbb60359 X-Archives-Hash: b06905d76525afb324e2f26dcb0b88de commit: 44ce4b058f527316bc8fd5f8eaf4a282f5ce9703 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Jan 5 12:31:45 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Jan 5 13:20:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ce4b05 net-libs/gnutls: improve test-full Package-Manager: portage-2.3.0 net-libs/gnutls/gnutls-3.4.17.ebuild | 3 ++- net-libs/gnutls/gnutls-3.5.7.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.4.17.ebuild b/net-libs/gnutls/gnutls-3.4.17.ebuild index 9c247c7..6735805 100644 --- a/net-libs/gnutls/gnutls-3.4.17.ebuild +++ b/net-libs/gnutls/gnutls-3.4.17.ebuild @@ -37,6 +37,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}] app-crypt/dieharder app-misc/datefudge dev-libs/softhsm:2 + dev-util/valgrind net-dialup/ppp net-misc/socat ) @@ -103,7 +104,6 @@ multilib_src_configure() { # complains about duplicate symbols ECONF_SOURCE=${S} \ econf \ - --disable-valgrind-tests \ --without-included-libtasn1 \ $(use_enable cxx) \ $(use_enable dane libdane) \ @@ -114,6 +114,7 @@ multilib_src_configure() { $(multilib_native_use_enable guile) \ $(multilib_native_use_enable crywrap) \ $(multilib_native_use_enable test tests) \ + $(multilib_native_use_enable test-full valgrind-tests) \ $(use_enable nls) \ $(use_enable openssl openssl-compatibility) \ $(use_enable tls-heartbeat heartbeat-support) \ diff --git a/net-libs/gnutls/gnutls-3.5.7.ebuild b/net-libs/gnutls/gnutls-3.5.7.ebuild index e3f940b..fe804db 100644 --- a/net-libs/gnutls/gnutls-3.5.7.ebuild +++ b/net-libs/gnutls/gnutls-3.5.7.ebuild @@ -37,6 +37,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] app-crypt/dieharder app-misc/datefudge dev-libs/softhsm:2 + dev-util/valgrind net-dialup/ppp net-misc/socat ) @@ -105,7 +106,6 @@ multilib_src_configure() { # complains about duplicate symbols ECONF_SOURCE=${S} \ econf \ - --disable-valgrind-tests \ --without-included-libtasn1 \ $(use_enable cxx) \ $(use_enable dane libdane) \ @@ -115,6 +115,7 @@ multilib_src_configure() { $(multilib_native_use_enable doc gtk-doc) \ $(multilib_native_use_enable guile) \ $(multilib_native_use_enable test tests) \ + $(multilib_native_use_enable test-full valgrind-tests) \ $(use_enable nls) \ $(use_enable openssl openssl-compatibility) \ $(use_enable tls-heartbeat heartbeat-support) \