From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-876983-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 0A4C359CB2
	for <garchives@archives.gentoo.org>; Mon, 18 Apr 2016 16:16:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A9B7821C020;
	Mon, 18 Apr 2016 16:16:08 +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 C288321C010
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 16:16:07 +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 F1E44340B1D
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 16:16:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CE66C1AE8
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 16:16:04 +0000 (UTC)
From: "Ian Delaney" <idella4@gentoo.org>
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" <idella4@gentoo.org>
Message-ID: <1460996151.544345c7070b88232a49d2bfdf4f7628d562f3fb.idella4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/dulwich/dulwich-0.12.0-r1.ebuild
X-VCS-Directories: dev-python/dulwich/
X-VCS-Committer: idella4
X-VCS-Committer-Name: Ian Delaney
X-VCS-Revision: 544345c7070b88232a49d2bfdf4f7628d562f3fb
X-VCS-Branch: master
Date: Mon, 18 Apr 2016 16:16:04 +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: 67bb260b-8141-4470-956f-7c1c5ace27dc
X-Archives-Hash: 4ec3b8778d50efe0311c475b1547a835

commit:     544345c7070b88232a49d2bfdf4f7628d562f3fb
Author:     Ming Dai <radaiming <AT> gmail <DOT> com>
AuthorDate: Mon Apr 18 14:10:46 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 16:15:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544345c7

dev-python/dulwich: Do not use banned EXAMPLES in EAPI 6

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1299

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-python/dulwich/dulwich-0.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
index 9cbd12a..1aeaf03 100644
--- a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
+++ b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild
@@ -41,6 +41,6 @@ python_test() {
 
 python_install_all() {
 	use doc && local HTML_DOCS=( docs/build/html/. )
-	use examples && local EXAMPLES=( examples/. )
+	use examples && dodoc -r examples
 	distutils-r1_python_install_all
 }