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 14215138330 for ; Mon, 5 Sep 2016 18:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45ED6E0A61; Mon, 5 Sep 2016 18:12:31 +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 DED3DE0A61 for ; Mon, 5 Sep 2016 18:12:30 +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 086CF340861 for ; Mon, 5 Sep 2016 18:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A6332452 for ; Mon, 5 Sep 2016 18:12:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1473099136.59cb54fa668583d2357d31a67629a5253899c973.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/overlint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/overlint/overlint-0.5.3.ebuild X-VCS-Directories: app-portage/overlint/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 59cb54fa668583d2357d31a67629a5253899c973 X-VCS-Branch: master Date: Mon, 5 Sep 2016 18:12:27 +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: 9466d66a-2497-43f0-b920-c661965b8bc6 X-Archives-Hash: 34365a6ef59b6aca67b1b58a7bc5970f commit: 59cb54fa668583d2357d31a67629a5253899c973 Author: Manuel Rüger gentoo org> AuthorDate: Mon Sep 5 18:12:16 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Sep 5 18:12:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb54fa app-portage/overlint: Add python3_5 support Package-Manager: portage-2.3.0 app-portage/overlint/overlint-0.5.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/overlint/overlint-0.5.3.ebuild b/app-portage/overlint/overlint-0.5.3.ebuild index 85686ab..ae883de 100644 --- a/app-portage/overlint/overlint-0.5.3.ebuild +++ b/app-portage/overlint/overlint-0.5.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1