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 644AA1384B4 for ; Tue, 24 Nov 2015 19:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E0AD21C0CF; Tue, 24 Nov 2015 19:32: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 2E5C021C0CE for ; Tue, 24 Nov 2015 19:32:05 +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 BDB2333FDBF for ; Tue, 24 Nov 2015 19:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADDFAE82 for ; Tue, 24 Nov 2015 19:32:01 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448392805.4ffece28ff05e981803d37b06e20d43a2979878a.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: dev-python/rq-dashboard/ X-VCS-Repository: dev/eva X-VCS-Files: dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild X-VCS-Directories: dev-python/rq-dashboard/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4ffece28ff05e981803d37b06e20d43a2979878a X-VCS-Branch: master Date: Tue, 24 Nov 2015 19:32:01 +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: e280d0fc-8a77-440d-9bce-6b5ff8322524 X-Archives-Hash: e5e4896092c4224eedbafd14aff8d114 commit: 4ffece28ff05e981803d37b06e20d43a2979878a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 24 19:18:11 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 24 19:20:05 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=4ffece28 dev-python/rq-dashboard: drop python3_3 support Package-Manager: portage-2.2.25 Manifest-Sign-Key: C6085806 dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild index 9e4e33e..ec562fd 100644 --- a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild +++ b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1