From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-862069-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 A508758973
	for <garchives@archives.gentoo.org>; Mon,  8 Feb 2016 10:47:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9056921C02E;
	Mon,  8 Feb 2016 10:47:01 +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 16D5221C066
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Feb 2016 10:47:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 398AE34092D
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Feb 2016 10:47:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE0B8F4
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Feb 2016 10:46:57 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1454928414.0d057b570d934a5bff9f6e934b9b28b79b041724.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/networkx/networkx-1.11.ebuild
X-VCS-Directories: dev-python/networkx/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 0d057b570d934a5bff9f6e934b9b28b79b041724
X-VCS-Branch: master
Date: Mon,  8 Feb 2016 10:46:57 +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: 651eb696-0af4-4c58-b66c-d10ce012dd02
X-Archives-Hash: 1bf1df0b1a887131a51215aec5a432bd

commit:     0d057b570d934a5bff9f6e934b9b28b79b041724
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 10:31:12 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 10:46:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d057b57

dev-python/networkx: Don't use banned EXAMPLES

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573768

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/networkx/networkx-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/networkx/networkx-1.11.ebuild b/dev-python/networkx/networkx-1.11.ebuild
index 0c22174..6852606 100644
--- a/dev-python/networkx/networkx-1.11.ebuild
+++ b/dev-python/networkx/networkx-1.11.ebuild
@@ -73,7 +73,7 @@ python_install_all() {
 	rm -r "${ED}"usr/share/doc/${P} || die
 
 	use doc && local HTML_DOCS=( doc/build/html/. )
-	use examples && local EXAMPLES=( examples/. )
+	use examples && dodoc -r examples
 
 	distutils-r1_python_install_all
 }