diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-22 20:24:40 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-22 20:25:01 +0100 |
commit | a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea (patch) | |
tree | d8eadf73c6946f513246cf4efa55ba3d8f380255 /sys-apps | |
parent | profiles: mesa[lm-sensors,unwind] for riscv (diff) | |
download | gentoo-a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea.tar.gz gentoo-a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea.tar.bz2 gentoo-a2b9d5b81dbf7f9a858b9cdb7f85990c5a334cea.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 4d3887960e30..92b8f06a6e33 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 } |