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 799BA1395D7 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 14B0BE0B6A; 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 DA690E0B5B 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 6038934168E 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 8481D24AC 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: <1477782745.0e4d677487d7cbf7495a7efeb00bcc02655060ca.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/vimball/vimball-9999.ebuild X-VCS-Directories: app-arch/vimball/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0e4d677487d7cbf7495a7efeb00bcc02655060ca 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: 1a8ed795-925e-40cd-a270-8d002998799d X-Archives-Hash: c0940cd8fb3cef33aa9650d4452557f0 commit: 0e4d677487d7cbf7495a7efeb00bcc02655060ca Author: Tim Harder gentoo org> AuthorDate: Sat Oct 29 23:10:58 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Oct 29 23:12:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4d6774 app-arch/vimball: drop py3.3 support for live ebuild app-arch/vimball/vimball-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 34d51c6..7d14cdd 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then