commit:     aa4c43e2049cfe7793f4520d8fd83fc9858c3629
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 04:39:07 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 04:40:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4c43e2

dev-util/pkgcheck: drop nonexistent AUTHORS file from DOCS

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-util/pkgcheck/pkgcheck-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild 
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 4626c74a350..cf118f1367d 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -48,7 +48,7 @@ python_test() {
 }
 
 python_install_all() {
-       local DOCS=( AUTHORS NEWS.rst )
+       local DOCS=( NEWS.rst )
        [[ ${PV} == *9999 ]] || doman man/*
        distutils-r1_python_install_all
 }

Reply via email to