mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
dev-util/cppunit: ChangeLog is generated for releases
So it wont exist in the git repo. Upstream commit: d6ec7807b977bbb5b24e7c46ed486fb65abfe48d Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43891 Closes: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
f1dad04afa
commit
cfb161c174
@@ -32,7 +32,11 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ )
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
|
||||
else
|
||||
DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ )
|
||||
fi
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user