Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
Date: Fri, 27 Apr 2018 10:13:46
Message-Id: 1524824014.fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8.monsieurp@gentoo
1 commit: fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 10:13:06 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 10:13:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7e0c14
7
8 net-mail/imapsync: add a missing dependency.
9
10 Closes: https://bugs.gentoo.org/652916
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 net-mail/imapsync/imapsync-1.836.ebuild | 10 +++++++---
14 1 file changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild
17 index 4982c8458d8..1a4e6a72185 100644
18 --- a/net-mail/imapsync/imapsync-1.836.ebuild
19 +++ b/net-mail/imapsync/imapsync-1.836.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,14 +11,18 @@ LICENSE="WTFPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~ppc ~x86"
29
30 -DEPEND="dev-lang/perl"
31 -RDEPEND="${DEPEND}
32 +DEPEND="
33 + dev-lang/perl"
34 +
35 +RDEPEND="
36 + ${DEPEND}
37 dev-perl/Digest-HMAC
38 dev-perl/File-Copy-Recursive
39 dev-perl/IO-Socket-INET6
40 dev-perl/IO-Socket-SSL
41 dev-perl/IO-Tee
42 dev-perl/Mail-IMAPClient
43 + dev-perl/Readonly
44 dev-perl/Sys-MemInfo
45 dev-perl/TermReadKey
46 dev-perl/Unicode-String