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 EA11859CA3 for ; Wed, 9 Mar 2016 15:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9511F21C051; Wed, 9 Mar 2016 15:04:54 +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 3826321C051 for ; Wed, 9 Mar 2016 15:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9FF05340B98 for ; Wed, 9 Mar 2016 15:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B84E188 for ; Wed, 9 Mar 2016 15:04:49 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457535711.5344ba114f738d03bbcfeb79acf1b4b50112243b.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rb_libtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild X-VCS-Directories: net-libs/rb_libtorrent/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 5344ba114f738d03bbcfeb79acf1b4b50112243b X-VCS-Branch: master Date: Wed, 9 Mar 2016 15:04:49 +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: 06d5c872-879c-4d7b-9e81-987c15c4039f X-Archives-Hash: e2b834f78191351c06b308838b0f6dbc commit: 5344ba114f738d03bbcfeb79acf1b4b50112243b Author: Patrick Lauer gentoo org> AuthorDate: Wed Mar 9 15:01:51 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Mar 9 15:01:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5344ba11 net-libs/rb_libtorrent: Drop py3.3 as boost dropped it Package-Manager: portage-2.2.27 net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild index 69fdcfa..33c0ed3 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true AUTOTOOLS_AUTORECONF=true