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 5188058973 for ; Tue, 9 Feb 2016 12:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E021621C1DA; Tue, 9 Feb 2016 12:19:29 +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 4607321C1DA for ; Tue, 9 Feb 2016 12:19:29 +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 4E6A1340906 for ; Tue, 9 Feb 2016 12:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535398F8 for ; Tue, 9 Feb 2016 12:19:26 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1455020361.aba32159d86c6953ec94777879c3f97b54bce963.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyparsing/pyparsing-2.1.0.ebuild X-VCS-Directories: dev-python/pyparsing/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: aba32159d86c6953ec94777879c3f97b54bce963 X-VCS-Branch: master Date: Tue, 9 Feb 2016 12:19:26 +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: 1ac24343-5d2b-4f52-84a2-ed93b67feee7 X-Archives-Hash: e704c6ec069ad35cae1f3f2ae1bd1bd2 commit: aba32159d86c6953ec94777879c3f97b54bce963 Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 9 11:11:30 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Feb 9 12:19:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba32159 dev-python/pyparsing: Don't use banned EXAMPLES Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574232 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyparsing/pyparsing-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyparsing/pyparsing-2.1.0.ebuild b/dev-python/pyparsing/pyparsing-2.1.0.ebuild index 293d8b2..95c9a0c 100644 --- a/dev-python/pyparsing/pyparsing-2.1.0.ebuild +++ b/dev-python/pyparsing/pyparsing-2.1.0.ebuild @@ -29,7 +29,7 @@ python_install_all() { HTML_DOCS+=( htmldoc/. ) dodoc docs/*.pdf fi - use examples && local EXAMPLES=( examples/. ) + use examples && dodoc -r examples distutils-r1_python_install_all }