projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfec96
)
dev-util/pkgcheck: drop nonexistent AUTHORS file from DOCS
author
Tim Harder
<radhermit@gentoo.org>
Sun, 19 Jan 2020 04:39:07 +0000
(21:39 -0700)
committer
Tim Harder
<radhermit@gentoo.org>
Sun, 19 Jan 2020 04:40:29 +0000
(21:40 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-util/pkgcheck/pkgcheck-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 4626c74a350b6228c3dfbe19106877a2c2f60fb8..cf118f1367de50a41e5ba03370bd3a30dbfa02ad 100644
(file)
--- a/
dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/
dev-util/pkgcheck/pkgcheck-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
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
}