dev-cpp/trantor: Skip adns test when USE="-adns".

Closes: https://bugs.gentoo.org/820212
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-10-25 19:15:48 +02:00
parent f240e836c3
commit 9c4239df1c
2 changed files with 47 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ DEPEND="
test? ( dev-cpp/gtest )
"
PATCHES=( "${FILESDIR}/${PN}-1.5.2_skip-dnstest.patch" )
src_prepare() {
use ssl || sed -i '/find_package(OpenSSL)/d' CMakeLists.txt || die