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 3408F138359 for ; Sun, 22 Nov 2020 19:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77132E07C5; Sun, 22 Nov 2020 19:25:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CBC7E07C5 for ; Sun, 22 Nov 2020 19:25:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F6C233BEA6 for ; Sun, 22 Nov 2020 19:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2D3342C for ; Sun, 22 Nov 2020 19:25:07 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1606073101.a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea X-VCS-Branch: master Date: Sun, 22 Nov 2020 19:25:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: caff30e3-fd4e-4209-9008-e015582d9b9a X-Archives-Hash: 5119f1a008d529ed57a6bfee06ab6628 commit: a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 22 19:24:40 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 22 19:25:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b9d5b8 sys-apps/pkgcore: AUTHORS file was removed upstream Link: https://github.com/pkgcore/pkgcore/commit/cccc2f485d87e5b15059b8c29b8c292dcbc46323 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 4d3887960e3..92b8f06a6e3 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -41,7 +41,7 @@ python_test() { } python_install_all() { - local DOCS=( AUTHORS NEWS.rst ) + local DOCS=( NEWS.rst ) [[ ${PV} == *9999 ]] || doman man/* distutils-r1_python_install_all }