mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/imapsync: add a missing dependency.
Closes: https://bugs.gentoo.org/652916 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user