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:
Alfred Wingate
2025-09-22 01:18:29 +03:00
committed by Sam James
parent f1dad04afa
commit cfb161c174

View File

@@ -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