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 50F4D13888F for ; Fri, 30 Oct 2015 12:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E993521C020; Fri, 30 Oct 2015 12:04:06 +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 B0B1A21C004 for ; Fri, 30 Oct 2015 12:04:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5826340C89 for ; Fri, 30 Oct 2015 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E1041B0A for ; Fri, 30 Oct 2015 12:04:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446206629.cb47a4e44402e85a6c9dbecdcf44aec208f7f944.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailman/mailman-2.1.20.ebuild X-VCS-Directories: net-mail/mailman/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cb47a4e44402e85a6c9dbecdcf44aec208f7f944 X-VCS-Branch: master Date: Fri, 30 Oct 2015 12:04:00 +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: 0a3ffe2e-02f4-4e90-b000-7de2926eed56 X-Archives-Hash: 24d1b09c5f5fc1922e014c878a77f493 commit: cb47a4e44402e85a6c9dbecdcf44aec208f7f944 Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 11:53:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 30 12:03:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb47a4e4 net-mail/mailman: Fix move to virtual/dnspython Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> net-mail/mailman/mailman-2.1.20.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mail/mailman/mailman-2.1.20.ebuild b/net-mail/mailman/mailman-2.1.20.ebuild index 56d61cd..33a25bc 100644 --- a/net-mail/mailman/mailman-2.1.20.ebuild +++ b/net-mail/mailman/mailman-2.1.20.ebuild @@ -20,7 +20,10 @@ IUSE="selinux" DEPEND="virtual/mta virtual/cron virtual/httpd-cgi - dev-python/dnspython" + || ( + dev-python/dnspython:0 + virtual/dnspython + )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-mailman ) "