From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-862090-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 21BF558973 for <garchives@archives.gentoo.org>; Mon, 8 Feb 2016 13:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C69A021C002; Mon, 8 Feb 2016 13:39:16 +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 4379B21C001 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:39:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D2B34087C for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EEAEE5F for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:39:13 +0000 (UTC) From: "Marius Brehler" <marbre@linux.sungazer.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de> Message-ID: <1454937835.9b3feacf14455ff014f13307565818c7462380e1.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild X-VCS-Directories: dev-python/nvidia-ml-py/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 9b3feacf14455ff014f13307565818c7462380e1 X-VCS-Branch: master Date: Mon, 8 Feb 2016 13:39:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea7e6404-a8ca-4197-beb6-addb7a69a3e5 X-Archives-Hash: a01a1e6a2669e57a364e72f2c66e58c8 commit: 9b3feacf14455ff014f13307565818c7462380e1 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Feb 8 13:23:55 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Feb 8 13:23:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b3feacf dev-python/nvidia-ml-py: Bump to EAPI=6 Package-Manager: portage-2.2.26 dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 4 ++-- dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 4 ++-- dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild index 61a2558..8ad50e2 100644 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild @@ -1,8 +1,8 @@ -# 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=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild index 837bbca..e5b3cbd 100644 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild @@ -1,8 +1,8 @@ -# 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=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild index 207cfea..77ecbed 100644 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild @@ -1,8 +1,8 @@ -# 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=6 PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} ) inherit distutils-r1