From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDC7D59CA3 for ; Wed, 9 Mar 2016 20:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F8121C0B4; Wed, 9 Mar 2016 20:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56FEF21C0A3 for ; Wed, 9 Mar 2016 20:48:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F49340CFE for ; Wed, 9 Mar 2016 20:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E22F22331 for ; Wed, 9 Mar 2016 20:48:36 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1457556499.7826b12a3c97642fe6a972b29130454247a8a3d0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postgrey/postgrey-1.34-r3.ebuild mail-filter/postgrey/postgrey-1.35-r2.ebuild mail-filter/postgrey/postgrey-1.36-r1.ebuild X-VCS-Directories: mail-filter/postgrey/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7826b12a3c97642fe6a972b29130454247a8a3d0 X-VCS-Branch: master Date: Wed, 9 Mar 2016 20:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cb66b22-1ea8-4402-96e9-c7679c7bef37 X-Archives-Hash: e9f2aa4a8da4c14a62098b9235106c10 commit: 7826b12a3c97642fe6a972b29130454247a8a3d0 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 6 09:19:35 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Mar 9 20:48:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7826b12a mail-filter/postgrey: Fix dependency on dev-perl/Net-Server Package-Manager: portage-2.2.27 mail-filter/postgrey/postgrey-1.34-r3.ebuild | 4 ++-- mail-filter/postgrey/postgrey-1.35-r2.ebuild | 4 ++-- mail-filter/postgrey/postgrey-1.36-r1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail-filter/postgrey/postgrey-1.34-r3.ebuild b/mail-filter/postgrey/postgrey-1.34-r3.ebuild index d6e8f3b..5734677 100644 --- a/mail-filter/postgrey/postgrey-1.34-r3.ebuild +++ b/mail-filter/postgrey/postgrey-1.34-r3.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$ @@ -18,7 +18,7 @@ IUSE="targrey" DEPEND="" RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/net-server + dev-perl/Net-Server dev-perl/IO-Multiplex dev-perl/BerkeleyDB dev-perl/Net-DNS diff --git a/mail-filter/postgrey/postgrey-1.35-r2.ebuild b/mail-filter/postgrey/postgrey-1.35-r2.ebuild index 9a4ec78..f78886f 100644 --- a/mail-filter/postgrey/postgrey-1.35-r2.ebuild +++ b/mail-filter/postgrey/postgrey-1.35-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="targrey" DEPEND="" RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/net-server + dev-perl/Net-Server dev-perl/IO-Multiplex dev-perl/BerkeleyDB dev-perl/Net-DNS diff --git a/mail-filter/postgrey/postgrey-1.36-r1.ebuild b/mail-filter/postgrey/postgrey-1.36-r1.ebuild index 6378830..fdf7965 100644 --- a/mail-filter/postgrey/postgrey-1.36-r1.ebuild +++ b/mail-filter/postgrey/postgrey-1.36-r1.ebuild @@ -18,7 +18,7 @@ IUSE="targrey" DEPEND="" RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/net-server + dev-perl/Net-Server dev-perl/IO-Multiplex dev-perl/BerkeleyDB dev-perl/Net-DNS