summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-12-18 17:47:57 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-21 18:16:36 +0100
commit26d9d20211bc42dbc46ead8d18531dad0ff15b55 (patch)
tree8f75815126686f22df78c831e35e4571396083af /app-crypt/gpgme
parentsys-kernel/genkernel: x86 stable (bug #591224) (diff)
downloadgentoo-26d9d20211bc42dbc46ead8d18531dad0ff15b55.tar.gz
gentoo-26d9d20211bc42dbc46ead8d18531dad0ff15b55.tar.bz2
gentoo-26d9d20211bc42dbc46ead8d18531dad0ff15b55.zip
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@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r--app-crypt/gpgme/gpgme-1.8.0-r1.ebuild21
1 files 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 1015b3c18046..60880a32f309 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 )"