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 2A95E1382C5 for ; Tue, 20 Mar 2018 19:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34D2EE09AE; Tue, 20 Mar 2018 19:32:06 +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 0FE76E09AE for ; Tue, 20 Mar 2018 19:32:06 +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 9F90E335C09 for ; Tue, 20 Mar 2018 19:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D76216 for ; Tue, 20 Mar 2018 19:32:02 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1521574313.dc5abac2b1c3a26c68e9b911e07ef520ed945a1b.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.2.5-r1.ebuild app-crypt/gnupg/gnupg-2.2.5.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: dc5abac2b1c3a26c68e9b911e07ef520ed945a1b X-VCS-Branch: master Date: Tue, 20 Mar 2018 19:32:02 +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: 3ceb781e-b4d6-4bef-9754-0e8b38872f83 X-Archives-Hash: e8dd4f55ca4888ca8f59881b10fc8fb6 commit: dc5abac2b1c3a26c68e9b911e07ef520ed945a1b Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Mar 20 19:31:41 2018 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Mar 20 19:31:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5abac2 app-crypt/gnupg: Add dep for virtual/mta wks client is built by default and has a requirement for sendmail-ish interface. Closes: https://bugs.gentoo.org/648606 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-crypt/gnupg/{gnupg-2.2.5.ebuild => gnupg-2.2.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/gnupg/gnupg-2.2.5.ebuild b/app-crypt/gnupg/gnupg-2.2.5-r1.ebuild similarity index 99% rename from app-crypt/gnupg/gnupg-2.2.5.ebuild rename to app-crypt/gnupg/gnupg-2.2.5-r1.ebuild index 172d9ac8f2c..8adf8b70a79 100644 --- a/app-crypt/gnupg/gnupg-2.2.5.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.5-r1.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND_LIBS=" readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:0 ) ) tofu? ( >=dev-db/sqlite-3.7 ) + virtual/mta " COMMON_DEPEND_BINS="app-crypt/pinentry !app-crypt/dirmngr"