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 5B9DB138334 for ; Fri, 30 Aug 2019 08:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 726B9E0833; Fri, 30 Aug 2019 08:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E51EE0833 for ; Fri, 30 Aug 2019 08:44: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B992034A691 for ; Fri, 30 Aug 2019 08:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F7A471 for ; Fri, 30 Aug 2019 08:44:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1567154662.fa75f947334521b7ef673889119b4ff1cea6358a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/enigmail/enigmail-2.0.12.ebuild x11-plugins/enigmail/enigmail-2.0.8-r1.ebuild x11-plugins/enigmail/enigmail-2.1.2.ebuild x11-plugins/enigmail/enigmail-9999.ebuild X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fa75f947334521b7ef673889119b4ff1cea6358a X-VCS-Branch: master Date: Fri, 30 Aug 2019 08:44:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13286c51-85fe-4321-b282-1324ae2cd043 X-Archives-Hash: cf474393614c466cd0815f865a098062 commit: fa75f947334521b7ef673889119b4ff1cea6358a Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 30 08:44:22 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 30 08:44:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa75f947 x11-plugins/enigmail: Removed gnupg-1.x dependency Closes: https://bugs.gentoo.org/646990 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> x11-plugins/enigmail/enigmail-2.0.12.ebuild | 12 +++++------- x11-plugins/enigmail/enigmail-2.0.8-r1.ebuild | 14 ++++++-------- x11-plugins/enigmail/enigmail-2.1.2.ebuild | 12 +++++------- x11-plugins/enigmail/enigmail-9999.ebuild | 12 +++++------- 4 files changed, 21 insertions(+), 29 deletions(-) diff --git a/x11-plugins/enigmail/enigmail-2.0.12.ebuild b/x11-plugins/enigmail/enigmail-2.0.12.ebuild index 8af2ce693d9..917dd0d55c4 100644 --- a/x11-plugins/enigmail/enigmail-2.0.12.ebuild +++ b/x11-plugins/enigmail/enigmail-2.0.12.ebuild @@ -26,14 +26,12 @@ else S="${WORKDIR}/${PN}" fi -RDEPEND="|| ( - ( >=app-crypt/gnupg-2.0 - || ( - app-crypt/pinentry[gtk(-)] - app-crypt/pinentry[qt5(-)] - ) +RDEPEND=" + ( >=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt5(-)] ) - =app-crypt/gnupg-1.4* ) !=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt5(-)] ) - =app-crypt/gnupg-1.4* ) !=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt5(-)] ) - =app-crypt/gnupg-1.4* ) !=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt5(-)] ) - =app-crypt/gnupg-1.4* ) !