commit: 7d09500cd92fdac004a95876a3fdb9aa7b074abd
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Thu Nov 9 18:17:16 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 9 18:17:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d09500c
net-libs/ulfius: Remove DOWNLOAD_DEPENDENCIES
Remove DOWNLOAD_DEPENDENCIES due to
|CMake Warning:
| Manually-specified variables were not used by the project:
|
| DOWNLOAD_DEPENDENCIES
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-libs/ulfius/ulfius-2.7.14.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-libs/ulfius/ulfius-2.7.14.ebuild
b/net-libs/ulfius/ulfius-2.7.14.ebuild
index c3a0062617..85e0d8fe03 100644
--- a/net-libs/ulfius/ulfius-2.7.14.ebuild
+++ b/net-libs/ulfius/ulfius-2.7.14.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
src_configure() {
local mycmakeargs=(
-DBUILD_ULFIUS_DOCUMENTATION=$(usex doc)
- -DDOWNLOAD_DEPENDENCIES=OFF
-DWITH_CURL=$(usex curl)
-DWITH_GNUTLS=$(usex ssl)
-DWITH_JANSSON=$(usex jansson)