commit:     44ce4b058f527316bc8fd5f8eaf4a282f5ce9703
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 12:31:45 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> 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) \

Reply via email to