dev-perl/Email-Sender: Fix auxilliary dep re bug #682612

Net-SMTP-SSL has not been required since Email-Sender 1.300.27

The adequate minimum dependency on libnet was already specified
however.

Thanks: CFuga
Closes: https://bugs.gentoo.org/682612
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2019-04-18 16:11:12 +12:00
parent 2b5acf19be
commit 00343857fa
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,6 @@ RDEPEND="
dev-perl/Module-Runtime
>=dev-perl/Moo-2.0.0
>=dev-perl/MooX-Types-MooseLike-0.150.0
dev-perl/Net-SMTP-SSL
>=virtual/perl-Scalar-List-Utils-1.450.0
dev-perl/Sub-Exporter
>=dev-perl/Throwable-0.200.3

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,6 @@ RDEPEND="
dev-perl/Module-Runtime
>=dev-perl/Moo-2.0.0
>=dev-perl/MooX-Types-MooseLike-0.150.0
dev-perl/Net-SMTP-SSL
>=virtual/perl-Scalar-List-Utils-1.450.0
dev-perl/Sub-Exporter
>=dev-perl/Throwable-0.200.3