From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4714138330 for ; Sat, 24 Sep 2016 15:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F006E0B7F; Sat, 24 Sep 2016 15:49:59 +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 A26A4E0B7F for ; Sat, 24 Sep 2016 15:49:58 +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 5BD08340C1C for ; Sat, 24 Sep 2016 15:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA192474 for ; Sat, 24 Sep 2016 15:49:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1474732192.d3bb91a52da855841629053ac14a7b1bf733c85d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-27.2.0.ebuild dev-python/setuptools/setuptools-9999.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d3bb91a52da855841629053ac14a7b1bf733c85d X-VCS-Branch: master Date: Sat, 24 Sep 2016 15:49:55 +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: cdd1cceb-1ee8-4762-9d98-0dfd3430692b X-Archives-Hash: 7e3bdbbef5f63503905fc8a2d1d0ebae commit: d3bb91a52da855841629053ac14a7b1bf733c85d Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 24 15:49:38 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 24 15:49:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bb91a5 dev-python/setuptools: install CHANGES.rst Bug: https://bugs.gentoo.org/595034 Package-Manager: portage-2.3.1_p4 dev-python/setuptools/setuptools-27.2.0.ebuild | 2 +- dev-python/setuptools/setuptools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-27.2.0.ebuild b/dev-python/setuptools/setuptools-27.2.0.ebuild index 136c3f5..c1bedfe 100644 --- a/dev-python/setuptools/setuptools-27.2.0.ebuild +++ b/dev-python/setuptools/setuptools-27.2.0.ebuild @@ -39,7 +39,7 @@ PDEPEND=" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1 -DOCS=( README.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) +DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) python_prepare_all() { if [[ ${PV} == "9999" ]]; then diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index 136c3f5..c1bedfe 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.ebuild @@ -39,7 +39,7 @@ PDEPEND=" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1 -DOCS=( README.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) +DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) python_prepare_all() { if [[ ${PV} == "9999" ]]; then