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 A612E138334 for ; Tue, 7 Aug 2018 11:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80284E07EC; Tue, 7 Aug 2018 11:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 45F2DE07EC for ; Tue, 7 Aug 2018 11:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B7EBC335C9E for ; Tue, 7 Aug 2018 11:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B644396 for ; Tue, 7 Aug 2018 11:44:35 +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: <1533642265.f0dcf21d482ad1d881803b39ced080618bddff1e.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-9999.ebuild X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f0dcf21d482ad1d881803b39ced080618bddff1e X-VCS-Branch: master Date: Tue, 7 Aug 2018 11:44:35 +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: ab93d73b-48b9-47e7-8da9-5b757be70ba1 X-Archives-Hash: 72c724291e24fc970ae871e7a590a2b4 commit: f0dcf21d482ad1d881803b39ced080618bddff1e Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 7 11:42:59 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 7 11:44:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dcf21d x11-plugins/enigmail: Synced live ebuild. Package-Manager: Portage-2.3.44, Repoman-2.3.10 x11-plugins/enigmail/enigmail-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild index 66f465afa7c..7f808de531f 100644 --- a/x11-plugins/enigmail/enigmail-9999.ebuild +++ b/x11-plugins/enigmail/enigmail-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 @@ -30,12 +30,14 @@ RDEPEND="|| ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] - app-crypt/pinentry[qt4(-)] app-crypt/pinentry[qt5(-)] ) ) =app-crypt/gnupg-1.4* - )" + ) + !