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 BC77E1388BF for ; Mon, 11 Jan 2016 11:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A4D21C02B; 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 78EEF21C021 for ; Mon, 11 Jan 2016 11:32:27 +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 8AAD53408CF for ; Mon, 11 Jan 2016 11:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFAB0CFE for ; Mon, 11 Jan 2016 11:32:23 +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.fc01468b3f8f08f920b324a294e008b88cc0e494.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-1.20.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fc01468b3f8f08f920b324a294e008b88cc0e494 X-VCS-Branch: master Date: Mon, 11 Jan 2016 11:32:23 +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: 2afdd803-0bf5-414e-9a25-6b5f19faa488 X-Archives-Hash: b7f43f26aaeccf4ec993585d1ff9f7c7 commit: fc01468b3f8f08f920b324a294e008b88cc0e494 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 11 11:06:25 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=fc01468b app-text/calibre: Use python2 only SLOT for dnspython Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> app-text/calibre/calibre-1.20.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/calibre/calibre-1.20.ebuild b/app-text/calibre/calibre-1.20.ebuild index dd219b0..314a26a 100644 --- a/app-text/calibre/calibre-1.20.ebuild +++ b/app-text/calibre/calibre-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$ @@ -45,7 +45,7 @@ COMMON_DEPEND=" dev-python/apsw >=dev-python/beautifulsoup-3.0.5:python-2 dev-python/netifaces - >=dev-python/dnspython-1.6.0:0 + >=dev-python/dnspython-1.6.0:py2 >=dev-python/cssselect-0.7.1 >=dev-python/cssutils-0.9.9 >=dev-python/dbus-python-0.82.2