commit:     26d9d20211bc42dbc46ead8d18531dad0ff15b55
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 18 16:47:57 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 17:16:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9d202

app-crypt/gpgme: Move and consolidate blockers to RDEPEND

Since qt5 requires cxx some lines can be dropped.

Package-Manager: portage-2.3.0

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 app-crypt/gpgme/gpgme-1.8.0-r1.ebuild | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild 
b/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild
index 1015b3c..60880a3 100644
--- a/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.8.0-r1.ebuild
@@ -18,23 +18,20 @@ SLOT="1/11" # subslot = soname major version
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs cxx python qt5"
 
-RDEPEND="app-crypt/gnupg
+COMMON_DEPEND="app-crypt/gnupg
        >=dev-libs/libassuan-2.0.2
        >=dev-libs/libgpg-error-1.11
+       python? ( ${PYTHON_DEPS} )
+       qt5? ( dev-qt/qtcore:5 )"
+       #doc? ( app-doc/doxygen[dot] )
+DEPEND="${COMMON_DEPEND}
+       python? ( dev-lang/swig )
+       qt5? ( dev-qt/qttest:5 )"
+RDEPEND="${COMMON_DEPEND}
        cxx? (
                !kde-apps/gpgmepp:4
                !kde-apps/kdepimlibs:4
-       )
-       qt5? (
-               dev-qt/qtcore:5
-               !kde-apps/gpgmepp:4
-               !kde-apps/kdepimlibs:4
-       )
-       python? ( ${PYTHON_DEPS} )"
-               #doc? ( app-doc/doxygen[dot] )
-DEPEND="${RDEPEND}
-       python? ( dev-lang/swig )
-       qt5? ( dev-qt/qttest:5 )"
+       )"
 
 REQUIRED_USE="qt5? ( cxx )"
 

Reply via email to