net-libs/gnutls: improve test-full
authorAlon Bar-Lev <alonbl@gentoo.org>
Thu, 5 Jan 2017 12:31:45 +0000 (14:31 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 5 Jan 2017 13:20:05 +0000 (15:20 +0200)
Package-Manager: portage-2.3.0

net-libs/gnutls/gnutls-3.4.17.ebuild
net-libs/gnutls/gnutls-3.5.7.ebuild

index 9c247c7f2242cc96930fb90ee9fa73335e88d1c4..67358055a24cb682d5638d8f6dc302ac7a1bd124 100644 (file)
@@ -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) \
index e3f940b344d592237304689bed8349021c0c968e..fe804db0e1f4add7fdbb9ec51c92e30f6904762e 100644 (file)
@@ -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) \