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 B9EF41388BF for ; Mon, 11 Jan 2016 11:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E201021C029; Mon, 11 Jan 2016 11:32:28 +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 2230021C034 for ; Mon, 11 Jan 2016 11:32:28 +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 530283408EE for ; Mon, 11 Jan 2016 11:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33B56D25 for ; Mon, 11 Jan 2016 11:32:24 +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: <1452511937.428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee.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: 428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee X-VCS-Branch: master Date: Mon, 11 Jan 2016 11:32:24 +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: 9ec5cf0e-763a-44c1-a09b-edacadfd7620 X-Archives-Hash: 3a23d3d5ea9e36b920f481512772f8d3 commit: 428eadac4916e2b4ecd2e0f9a94f6a9ae0c937ee Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 11 11:20:48 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 11 11:32:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428eadac net-mail/mailman: Drop direct dependency on dnspython Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> net-mail/mailman/mailman-2.1.20.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-mail/mailman/mailman-2.1.20.ebuild b/net-mail/mailman/mailman-2.1.20.ebuild index 4d08cea..0e04cba 100644 --- a/net-mail/mailman/mailman-2.1.20.ebuild +++ b/net-mail/mailman/mailman-2.1.20.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$ @@ -20,10 +20,8 @@ IUSE="selinux" DEPEND="virtual/mta virtual/cron virtual/httpd-cgi - || ( - dev-python/dnspython:0 - virtual/python-dnspython - )" + virtual/python-dnspython + " RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-mailman ) "