Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/
Date: Fri, 29 Jun 2018 09:52:22
Message-Id: 1530265887.af83583cacb2b1863512eda63726b7e9c50a261e.aballier@gentoo
1 commit: af83583cacb2b1863512eda63726b7e9c50a261e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 09:51:27 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 09:51:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af83583c
7
8 mail-mta/msmtp: fix eapi7-style deps
9
10 This was now pulling pkgconfig into my targets.
11
12 Package-Manager: Portage-2.3.41, Repoman-2.3.9
13
14 mail-mta/msmtp/{msmtp-1.6.8.ebuild => msmtp-1.6.8-r1.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/mail-mta/msmtp/msmtp-1.6.8.ebuild b/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild
18 similarity index 98%
19 rename from mail-mta/msmtp/msmtp-1.6.8.ebuild
20 rename to mail-mta/msmtp/msmtp-1.6.8-r1.ebuild
21 index d930ced5852..457444d0a60 100644
22 --- a/mail-mta/msmtp/msmtp-1.6.8.ebuild
23 +++ b/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild
24 @@ -14,7 +14,7 @@ SLOT="0"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
26 IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax"
27
28 -CDEPEND="
29 +DEPEND="
30 idn? ( net-dns/libidn:= )
31 libsecret? ( app-crypt/libsecret )
32 nls? ( virtual/libintl )
33 @@ -28,7 +28,7 @@ CDEPEND="
34 )
35 "
36
37 -RDEPEND="${CDEPEND}
38 +RDEPEND="${DEPEND}
39 net-mail/mailbase
40 mta? (
41 !mail-mta/courier
42 @@ -46,7 +46,7 @@ RDEPEND="${CDEPEND}
43 )
44 "
45
46 -DEPEND="${CDEPEND}
47 +BDEPEND="${DEPEND}
48 doc? ( virtual/texi2dvi )
49 nls? ( sys-devel/gettext )
50 virtual/pkgconfig