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 C75FC58973 for ; Thu, 28 Jan 2016 15:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A827521C002; Thu, 28 Jan 2016 15:28:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A1D821C002 for ; Thu, 28 Jan 2016 15:28:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99ED2340B82 for ; Thu, 28 Jan 2016 15:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 139DD842 for ; Thu, 28 Jan 2016 15:28:38 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1453994899.71b6160ed51a0bb87d54021f0dbd576ee0a7bd84.zerochaos@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.36-r1.ebuild mail-filter/postgrey/postgrey-1.36.ebuild X-VCS-Directories: mail-filter/postgrey/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 71b6160ed51a0bb87d54021f0dbd576ee0a7bd84 X-VCS-Branch: master Date: Thu, 28 Jan 2016 15:28:38 +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: e3c87f9c-0cfd-4dee-93f1-cf78c81a7d87 X-Archives-Hash: 9d1fcde754d7fbfada01b4fa17ded340 commit: 71b6160ed51a0bb87d54021f0dbd576ee0a7bd84 Author: Zero_Chaos gentoo org> AuthorDate: Thu Jan 28 15:27:53 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Jan 28 15:28:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b6160e mail-filter/postgrey: fixing deps for bug #563824 Package-Manager: portage-2.2.27 .../postgrey/{postgrey-1.36.ebuild => postgrey-1.36-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail-filter/postgrey/postgrey-1.36.ebuild b/mail-filter/postgrey/postgrey-1.36-r1.ebuild similarity index 96% rename from mail-filter/postgrey/postgrey-1.36.ebuild rename to mail-filter/postgrey/postgrey-1.36-r1.ebuild index d52c1f3..6378830 100644 --- a/mail-filter/postgrey/postgrey-1.36.ebuild +++ b/mail-filter/postgrey/postgrey-1.36-r1.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$ @@ -22,8 +22,9 @@ RDEPEND=">=dev-lang/perl-5.6.0 dev-perl/IO-Multiplex dev-perl/BerkeleyDB dev-perl/Net-DNS - dev-perl/Parse-Syslog + dev-perl/NetAddr-IP dev-perl/Net-RBLClient + dev-perl/Parse-Syslog virtual/perl-Digest-SHA >=sys-libs/db-4.1"