Skip to content

Commit

Permalink
net-libs/gnutls: improve test-full
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
alonbl committed Jan 5, 2017
1 parent eef2915 commit 44ce4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion net-libs/gnutls/gnutls-3.4.17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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) \
Expand All @@ -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) \
Expand Down
3 changes: 2 additions & 1 deletion net-libs/gnutls/gnutls-3.5.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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) \
Expand All @@ -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) \
Expand Down

0 comments on commit 44ce4b0

Please sign in to comment.