From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D13D138499 for ; Wed, 19 Oct 2016 22:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E22FAE0A69; Wed, 19 Oct 2016 22:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C565DE0B07 for ; Wed, 19 Oct 2016 22:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84C84341509 for ; Wed, 19 Oct 2016 22:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E84C2EA for ; Wed, 19 Oct 2016 22:45:47 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1476917136.3c8fec9d7134dadfa3e468e1805895501c7289ac.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.7.1-r1.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 3c8fec9d7134dadfa3e468e1805895501c7289ac X-VCS-Branch: master Date: Wed, 19 Oct 2016 22:45:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3f518f04-8874-43d0-b710-f77fb4c091ab X-Archives-Hash: c0e5331bb271c540dfbcf0bead094a2b commit: 3c8fec9d7134dadfa3e468e1805895501c7289ac Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Oct 19 22:45:36 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Oct 19 22:45:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8fec9d app-crypt/gpgme: add blocker of kde for USE cxx Bug: 597522 Package-Manager: portage-2.3.0 app-crypt/gpgme/gpgme-1.7.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild b/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild index 6a9c547..ef9ed4f 100644 --- a/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.7.1-r1.ebuild @@ -21,6 +21,10 @@ IUSE="common-lisp static-libs cxx python qt5" RDEPEND="app-crypt/gnupg >=dev-libs/libassuan-2.0.2 >=dev-libs/libgpg-error-1.11 + cxx? ( + !kde-apps/gpgmepp:4 + !kde-apps/kdepimlibs:4 + ) qt5? ( dev-qt/qtcore:5 !kde-apps/gpgmepp:4