mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dns/https_dns_proxy: fix automagic gtest dep
* Tests are not ready yet Closes: https://github.com/gentoo/gentoo/pull/18296 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
8221e72082
commit
922290d495
@@ -20,12 +20,21 @@ HOMEPAGE="https://github.com/aarond10/https_dns_proxy"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/libev
|
||||
RDEPEND="
|
||||
dev-libs/libev
|
||||
net-dns/c-ares
|
||||
net-misc/curl[http2,ssl]"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON
|
||||
-DCLANG_TIDY_EXE=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
dobin "${WORKDIR}/${P}_build/https_dns_proxy"
|
||||
dobin "${BUILD_DIR}"/https_dns_proxy
|
||||
}
|
||||
|
||||
@@ -20,12 +20,21 @@ HOMEPAGE="https://github.com/aarond10/https_dns_proxy"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/libev
|
||||
RDEPEND="
|
||||
dev-libs/libev
|
||||
net-dns/c-ares
|
||||
net-misc/curl[http2,ssl]"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON
|
||||
-DCLANG_TIDY_EXE=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
dobin "${S}_build/https_dns_proxy"
|
||||
dobin "${BUILD_DIR}"/https_dns_proxy
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user