commit: 0253a6b0bc2510ba261695ac2366d6b427197327
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 20:31:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 20:31:46 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0253a6b0
app-crypt/qca: Support botan2
Upstream commit 47163784d74232e3a844fc42897bffc7eff817b4
Package-Manager: Portage-2.3.28, Repoman-2.3.9
app-crypt/qca/qca-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index d479c851..1dede5f2 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -17,7 +17,7 @@ IUSE="botan debug doc examples gcrypt gpg libressl logger nss
pkcs11 sasl softst
COMMON_DEPEND="
dev-qt/qtcore:5
- botan? ( dev-libs/botan:0 )
+ botan? ( dev-libs/botan:= )
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )
@@ -34,6 +34,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-qt/qtnetwork:5
+ virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-qt/qttest:5 )
"