From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A6C81395E2 for ; Sun, 11 Dec 2016 22:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D2021C092; Sun, 11 Dec 2016 22:14:48 +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 23A1521C092 for ; Sun, 11 Dec 2016 22:14:48 +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 DEB6E34100F for ; Sun, 11 Dec 2016 22:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F402324 for ; Sun, 11 Dec 2016 22:14:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481494481.0e67547666b4d977c1d1b2dc9e8fcd863a6828be.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.11.0-r1.ebuild net-im/pidgin/pidgin-2.11.0.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0e67547666b4d977c1d1b2dc9e8fcd863a6828be X-VCS-Branch: master Date: Sun, 11 Dec 2016 22:14:45 +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: 076c53cf-b98d-44cd-8882-b606ed2830e9 X-Archives-Hash: 7395e2620df0aa4c428b2d62bef6f228 commit: 0e67547666b4d977c1d1b2dc9e8fcd863a6828be Author: Lars Wendler gentoo org> AuthorDate: Sun Dec 11 22:14:27 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Dec 11 22:14:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e675476 net-im/pidgin: pidgin still doesn't work with python3 (bug #602214). Package-Manager: portage-2.3.3 net-im/pidgin/{pidgin-2.11.0.ebuild => pidgin-2.11.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.11.0.ebuild b/net-im/pidgin/pidgin-2.11.0-r1.ebuild similarity index 99% rename from net-im/pidgin/pidgin-2.11.0.ebuild rename to net-im/pidgin/pidgin-2.11.0-r1.ebuild index fb06856..a645995 100644 --- a/net-im/pidgin/pidgin-2.11.0.ebuild +++ b/net-im/pidgin/pidgin-2.11.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-module python-single-r1