diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-04-27 12:13:06 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-27 12:13:34 +0200 |
commit | fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8 (patch) | |
tree | 7193b3cbf26763737eb32a7b00fb8124a9261ab9 /net-mail/imapsync | |
parent | www-apps/davical: use official release tarball (diff) | |
download | gentoo-fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8.tar.gz gentoo-fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8.tar.bz2 gentoo-fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8.zip |
net-mail/imapsync: add a missing dependency.
Closes: https://bugs.gentoo.org/652916
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r-- | net-mail/imapsync/imapsync-1.836.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild index 4982c8458d86..1a4e6a72185c 100644 --- a/net-mail/imapsync/imapsync-1.836.ebuild +++ b/net-mail/imapsync/imapsync-1.836.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,14 +11,18 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} +DEPEND=" + dev-lang/perl" + +RDEPEND=" + ${DEPEND} dev-perl/Digest-HMAC dev-perl/File-Copy-Recursive dev-perl/IO-Socket-INET6 dev-perl/IO-Socket-SSL dev-perl/IO-Tee dev-perl/Mail-IMAPClient + dev-perl/Readonly dev-perl/Sys-MemInfo dev-perl/TermReadKey dev-perl/Unicode-String |