commit:     8400d20519318cbd8a3ff4cf05783c921d7a84de
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jun 12 15:53:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 16:03:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=8400d205

app-crypt/qca: Sync with tree

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/qca/qca-9999.ebuild | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index 6bf24ba2..25920235 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils qmake-utils git-r3
+inherit cmake-utils git-r3 qmake-utils
 
 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
 HOMEPAGE="https://userbase.kde.org/QCA";
@@ -15,7 +15,7 @@ KEYWORDS=""
 
 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl 
softstore +ssl test"
 
-COMMON_DEPEND="
+RDEPEND="
        dev-qt/qtcore:5
        botan? ( dev-libs/botan:= )
        gcrypt? ( dev-libs/libgcrypt:= )
@@ -32,18 +32,12 @@ COMMON_DEPEND="
                libressl? ( dev-libs/libressl:= )
        )
 "
-DEPEND="${COMMON_DEPEND}
-       dev-qt/qtnetwork:5
-       virtual/pkgconfig
+DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )
-       test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       !app-crypt/qca-cyrus-sasl
-       !app-crypt/qca-gnupg
-       !app-crypt/qca-logger
-       !app-crypt/qca-ossl
-       !app-crypt/qca-pkcs11
+       test? (
+               dev-qt/qtnetwork:5
+               dev-qt/qttest:5
+       )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
@@ -80,7 +74,7 @@ src_install() {
 
        if use doc; then
                pushd "${BUILD_DIR}" >/dev/null || die
-               doxygen Doxyfile.in || die
+               doxygen Doxyfile || die
                dodoc -r apidocs/html
                popd >/dev/null || die
        fi

Reply via email to