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 7017D1395D8 for ; Sat, 29 Oct 2016 23:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9E6E0B31; Sat, 29 Oct 2016 23:13:37 +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 C4EABE0B16 for ; Sat, 29 Oct 2016 23:13:36 +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 BA7E8341697 for ; Sat, 29 Oct 2016 23:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5037A247F for ; Sat, 29 Oct 2016 23:13:33 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1477782743.8d7c86c8e9755b3a91b6d03e12f7da6d67b9f3e1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8d7c86c8e9755b3a91b6d03e12f7da6d67b9f3e1 X-VCS-Branch: master Date: Sat, 29 Oct 2016 23:13:33 +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: a163a050-8680-4b25-94cd-02fcd6fc35c1 X-Archives-Hash: 62a6ddcc3bfe2e72d1f90348ce4c92e0 commit: 8d7c86c8e9755b3a91b6d03e12f7da6d67b9f3e1 Author: Tim Harder gentoo org> AuthorDate: Sat Oct 29 23:09:02 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Oct 29 23:12:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7c86c8 sys-apps/pkgcore: drop py3.3 support for live ebuild sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 876c2e5..bff7cf8 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1