commit: 62c18b4976c347d97783254f37a84df4039027ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 00:55:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 00:55:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c18b49
app-text/qpdf: fix configure args
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/qpdf/{qpdf-11.1.0.ebuild => qpdf-11.1.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/qpdf/qpdf-11.1.0.ebuild
b/app-text/qpdf/qpdf-11.1.0-r1.ebuild
similarity index 99%
rename from app-text/qpdf/qpdf-11.1.0.ebuild
rename to app-text/qpdf/qpdf-11.1.0-r1.ebuild
index bd30e1e661fc..f0a13b28829a 100644
--- a/app-text/qpdf/qpdf-11.1.0.ebuild
+++ b/app-text/qpdf/qpdf-11.1.0-r1.ebuild
@@ -52,7 +52,7 @@ src_configure() {
if use ssl ; then
local crypto_provider=$(usex gnutls GNUTLS OPENSSL)
- myconf+=(
+ mycmakeargs+=(
-DDEFAULT_CRYPTO=${crypto_provider}
-DREQUIRE_CRYPTO_${crypto_provider}=ON
)