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 B17D6138330 for ; Sat, 8 Oct 2016 16:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BDFE0BF5; Sat, 8 Oct 2016 16:09:09 +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 CF8B6E0BF5 for ; Sat, 8 Oct 2016 16:09:04 +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 DD8B7341523 for ; Sat, 8 Oct 2016 16:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F093024B0 for ; Sat, 8 Oct 2016 16:09:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475942700.80703664b62a4da575cf28c5ac0d1ef391e0d51a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ngxtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild X-VCS-Directories: app-admin/ngxtop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 80703664b62a4da575cf28c5ac0d1ef391e0d51a X-VCS-Branch: master Date: Sat, 8 Oct 2016 16:09:00 +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: a1709ee7-b6de-49cf-af0e-8254ec72cadf X-Archives-Hash: dbb97ee469a4cf937ff766e060a7579c commit: 80703664b62a4da575cf28c5ac0d1ef391e0d51a Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 16:04:14 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 8 16:05:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80703664 app-admin/ngxtop: Support python 3.5 Package-Manager: portage-2.3.1 app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild index 95389a7..d21921a 100644 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1