commit: fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Apr 27 10:13:06 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Apr 27 10:13:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7e0c14
net-mail/imapsync: add a missing dependency. Closes: https://bugs.gentoo.org/652916 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-mail/imapsync/imapsync-1.836.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild index 4982c8458d8..1a4e6a72185 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
