Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/
Date: Tue, 20 Mar 2018 19:32:07
Message-Id: 1521574313.dc5abac2b1c3a26c68e9b911e07ef520ed945a1b.k_f@gentoo
1 commit: dc5abac2b1c3a26c68e9b911e07ef520ed945a1b
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 20 19:31:41 2018 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 19:31:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5abac2
7
8 app-crypt/gnupg: Add dep for virtual/mta
9
10 wks client is built by default and has a requirement for sendmail-ish
11 interface.
12
13 Closes: https://bugs.gentoo.org/648606
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 app-crypt/gnupg/{gnupg-2.2.5.ebuild => gnupg-2.2.5-r1.ebuild} | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-crypt/gnupg/gnupg-2.2.5.ebuild b/app-crypt/gnupg/gnupg-2.2.5-r1.ebuild
20 similarity index 99%
21 rename from app-crypt/gnupg/gnupg-2.2.5.ebuild
22 rename to app-crypt/gnupg/gnupg-2.2.5-r1.ebuild
23 index 172d9ac8f2c..8adf8b70a79 100644
24 --- a/app-crypt/gnupg/gnupg-2.2.5.ebuild
25 +++ b/app-crypt/gnupg/gnupg-2.2.5-r1.ebuild
26 @@ -30,6 +30,7 @@ COMMON_DEPEND_LIBS="
27 readline? ( sys-libs/readline:0= )
28 smartcard? ( usb? ( virtual/libusb:0 ) )
29 tofu? ( >=dev-db/sqlite-3.7 )
30 + virtual/mta
31 "
32 COMMON_DEPEND_BINS="app-crypt/pinentry
33 !app-crypt/dirmngr"