From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D137459CB4 for ; Tue, 19 Apr 2016 17:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88DE21C01A; Tue, 19 Apr 2016 17:09:46 +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 500F921C01A for ; Tue, 19 Apr 2016 17:09:46 +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 736D5340C03 for ; Tue, 19 Apr 2016 17:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50ECA16C4 for ; Tue, 19 Apr 2016 17:09:43 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461085772.39c7b5ccf2c2bca919553e08b7d68a858fde6439.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose/nose-1.3.7-r1.ebuild X-VCS-Directories: dev-python/nose/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 39c7b5ccf2c2bca919553e08b7d68a858fde6439 X-VCS-Branch: master Date: Tue, 19 Apr 2016 17:09:43 +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: 3ade49b4-4dc7-4685-a851-9326df020749 X-Archives-Hash: 623f9e79d9ae7a9287c69e412f210b1f commit: 39c7b5ccf2c2bca919553e08b7d68a858fde6439 Author: Ming Dai gmail com> AuthorDate: Tue Apr 19 13:51:06 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Apr 19 17:09:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c7b5cc dev-python/nose: Bump v. 1.3.7-r1 to EAPI 6 Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1306 Signed-off-by: Ian Delaney gentoo.org> dev-python/nose/nose-1.3.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild index 4ef52e3..8d5d903 100644 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ b/dev-python/nose/nose-1.3.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" @@ -82,7 +82,7 @@ python_install() { } python_install_all() { - use examples && local EXAMPLES=( examples/. ) + use examples && dodoc -r examples use doc && HTML_DOCS=( doc/.build/html/. ) distutils-r1_python_install_all }