summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-01-05 14:31:45 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-01-05 15:20:05 +0200
commit44ce4b058f527316bc8fd5f8eaf4a282f5ce9703 (patch)
tree261ca5f5ca80ab71e94bc3d072e46fa5c2afcd49 /net-libs/gnutls
parentwww-apps/grafana-bin: Bump to 4.0.2 and clean up old versions (diff)
downloadgentoo-44ce4b058f527316bc8fd5f8eaf4a282f5ce9703.tar.gz
gentoo-44ce4b058f527316bc8fd5f8eaf4a282f5ce9703.tar.bz2
gentoo-44ce4b058f527316bc8fd5f8eaf4a282f5ce9703.zip
net-libs/gnutls: improve test-full
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r--net-libs/gnutls/gnutls-3.4.17.ebuild3
-rw-r--r--net-libs/gnutls/gnutls-3.5.7.ebuild3
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 9c247c7f2242..67358055a24c 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 e3f940b344d5..fe804db0e1f4 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) \