commit: 6cce064f5111f8899b651a58506e0fd828939bee
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 6 09:17:34 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 20:48:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce064f
mail-filter/dkimproxy: Fix dependency on dev-perl/Net-Server
Package-Manager: portage-2.2.27
mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
b/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
index 2dac62f..189ded1 100644
--- a/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
+++ b/mail-filter/dkimproxy/dkimproxy-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/Mail-DKIM
- >=dev-perl/net-server-2.7.0
+ >=dev-perl/Net-Server-2.7.0
dev-perl/Error
dev-perl/MIME-tools"
RDEPEND="${DEPEND}"